/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/LscpInputStream.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/LscpInputStream.java

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

revision 1201 by iliev, Mon Apr 2 20:43:58 2007 UTC revision 1202 by iliev, Thu May 24 20:17:25 2007 UTC
# Line 71  class LscpInputStream { Line 71  class LscpInputStream {
71                                  throw new LscpException(LscpI18n.getLogMsg("LscpInputStream.EOL!"));                                  throw new LscpException(LscpI18n.getLogMsg("LscpInputStream.EOL!"));
72                          return null;                          return null;
73                  }                  }
74                    
75                  return buf.toString();                  return buf.toString();
76          }          }
77                    

Legend:
Removed from v.1201  
changed lines
  Added in v.1202

  ViewVC Help
Powered by ViewVC