Browse Source
This turns two switch/case statements into an if-else-if cascade because we later do not want to have case '/': #ifdef __MINGW32__ case '\\': #endif but use a predicate is_dir_sep(foo) in order to check for the directory separator. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>maint
Johannes Sixt
17 years ago
1 changed files with 5 additions and 8 deletions
Loading…
Reference in new issue