Changeset 6287 for branches/stable_5.0/AWT/AWT_file_selection.cxx
- Timestamp:
- 01/12/09 11:10:13 (2 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/AWT/AWT_file_selection.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/AWT/AWT_file_selection.cxx
r6096 r6287 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
