/[classpath]/classpath/gnu/CORBA/CDR/cdrInput.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/CDR/cdrInput.java

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

revision 1.8 by mark, Sat Jul 2 20:32:09 2005 UTC revision 1.9 by audriusa, Sun Aug 7 17:17:43 2005 UTC
# Line 1180  public abstract class cdrInput Line 1180  public abstract class cdrInput
1180            }            }
1181    
1182          // Discard the null terminator and, if needed, the endian marker.          // Discard the null terminator and, if needed, the endian marker.
1183          return new String(s, p, n - nt - p);          String r = new String(s, p, n - nt - p);
1184            return r;
1185        }        }
1186      catch (EOFException ex)      catch (EOFException ex)
1187        {        {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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