From 5fcc6b5015540bc65bc244f7d4d6b14b665794d0 Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 19 Mar 2013 16:43:41 +0000 Subject: 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 --- backendC/CleanCompilerSources/unix_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backendC') 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; -- cgit v1.2.3