Changeset 6141 for trunk/AWT/AWT_file_selection.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_file_selection.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_file_selection.cxx
r6096 r6141 81 81 if (GB_is_directory(GBS_mempntr(out))) { 82 82 // if 'out' contains a directory now, 'name' was lacking a filename 83 // (i t was only a directory then)83 // (in this case it was only a directory) 84 84 GBS_strcat(out, "/noname"); // invent a name 85 85 }
