diff options
author | johnvg | 2013-03-19 16:43:41 +0000 |
---|---|---|
committer | johnvg | 2013-03-19 16:43:41 +0000 |
commit | 5fcc6b5015540bc65bc244f7d4d6b14b665794d0 (patch) | |
tree | 219d8c15c8c5bf1aadc21ee48e2462b4a48d4e6d /backendC | |
parent | use / instead of \ in paths (diff) |
use / instead of \ after Clean System Files in paths
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2207 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/unix_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/unix_io.c b/backendC/CleanCompilerSources/unix_io.c index 0aa0b12..fe3bd56 100644 --- a/backendC/CleanCompilerSources/unix_io.c +++ b/backendC/CleanCompilerSources/unix_io.c @@ -87,7 +87,7 @@ static void append_file_name_and_ext (char *path_p,char *fname_p,char *ext,int i } - strcpy (path_p,"Clean System Files\\"); + strcpy (path_p,"Clean System Files/"); path_p += 19; i=0; |