Changeset 6285 for trunk/AWT/AWT_file_selection.cxx
- Timestamp:
- 30/11/09 12:15:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_file_selection.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_file_selection.cxx
r6141 r6285 143 143 144 144 char *AWT_extract_directory(const char *path) { 145 c har *lslash = strrchr(path, '/');145 const char *lslash = strrchr(path, '/'); 146 146 if (!lslash) return 0; 147 147
