Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • r63695 - trunk/mcs/class/System/System.IO.Ports

    0 answers - 648 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Author: miguel
    Date: 2006-08-13 21:52:12 -0400 (Sun, 13 Aug 2006)
    New Revision: 63695
    Modified:
    Log:
    Condition when we reset
    Modified:
    2006-08-14 01:46:11 UTC (rev 63694)
    2006-08-14 01:52:12 UTC (rev 63695)
    @@ -611,8 +611,9 @@
    current++;
    if (current == byte_value.Length)
    return encoding.GetString (seen.ToArray (), 0, seen.Count - byte_value.Length);
    -} else
    -current = 0;
    +} else {
    +current = (byte_value [0] == n) ? 1 : 0;
    +}
    }
    return encoding.GetString (seen.ToArray ());
    }
    Mono-patches maillist - Mono-patches (AT) lists (DOT) ximian.com

Re: r63695 - trunk/mcs/class/System/System.IO.Ports


max 4000 letters.
Your nickname that display:
In order to stop the spam: 6 + 5 =
QUESTION ON "Development"

EMSDN.COM