Changeset 199
- Timestamp:
- 11/04/02 16:34:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/SystemBuffer.java
r198 r199 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: SystemBuffer.java,v 1.1 0 2002-11-04 15:55:07piso Exp $5 * $Id: SystemBuffer.java,v 1.11 2002-11-04 16:34:28 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 410 410 public void writeBuffer() throws SaveException 411 411 { 412 if (file.isFile() && !file.canWrite()) { 413 Log.error("writeFile: file is not writable: " + file); 414 throw new SaveException(file, 415 file.canonicalPath() + " is not writable"); 416 } 412 417 if (Platform.isPlatformWindows()) { 413 418 // writeTemporaryFile() throws a SaveException if an error occurs.
Note: See TracChangeset
for help on using the changeset viewer.