/[classpath]/classpath/java/io/RandomAccessFile.java
ViewVC logotype

Diff of /classpath/java/io/RandomAccessFile.java

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

revision 1.11 by rveldema, Mon Apr 8 10:14:49 2002 UTC revision 1.12 by mark, Sun Oct 27 13:07:17 2002 UTC
# Line 182  open(String name, boolean read_only) thr Line 182  open(String name, boolean read_only) thr
182  public void  public void
183  close() throws IOException  close() throws IOException
184  {  {
185    closeInternal(native_fd);    if (native_fd != -1)
186        closeInternal(native_fd);
187    
188      native_fd = -1;
189  }  }
190    
191  /*************************************************************************/  /*************************************************************************/

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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