Commit e3e0daf3a12117e06ca0d3c042f7ad383e089435

Authored by David Mayerich
1 parent 98eecaa9

fixed a win32 file divisor error

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
stim/parser/filename.h
... ... @@ -6,7 +6,7 @@
6 6 #include <windows.h>
7 7 #include <direct.h>
8 8 #define GetCurrentDir _getcwd
9   - #define STIM_FILENAME_DIV '\\'
  9 + #define STIM_FILENAME_DIV '/'
10 10 #else
11 11 #include <unistd.h>
12 12 #define GetCurrentDir getcwd
... ...