/[classpath]/inetlib/source/gnu/inet/util/CRLFInputStream.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/util/CRLFInputStream.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by dog, Wed Apr 6 18:55:41 2005 UTC revision 1.7 by dog, Mon Aug 22 11:22:30 2005 UTC
# Line 146  public class CRLFInputStream Line 146  public class CRLFInputStream
146      throws IOException      throws IOException
147    {    {
148      doReset = false;      doReset = false;
149      int lm1 = len - 1;      int lm1 = (off + len) - 1;
150      for (int i = off; i < len; i++)      for (int i = off; i < len; i++)
151        {        {
152          if (b[i] == CR)          if (b[i] == CR)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26