From 8621253165a82e0bc4a9b030e35327309b6a10e6 Mon Sep 17 00:00:00 2001 From: mazzearos Date: Sun, 5 Aug 2012 08:58:26 +0000 Subject: [PATCH] Oops, forgot to revert some test code with my previous commit (#1979). git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1980 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io.c b/src/io.c index 9cbdcd37..b086e8dc 100644 --- a/src/io.c +++ b/src/io.c @@ -233,7 +233,7 @@ void Append_path(char *path, const char *filename, char *reverse_path) { if (reverse_path) strcpy(reverse_path, separator_pos+1); - #if 0 + #if defined(__AROS__) // Don't strip away the colon if (*separator_pos == ':') *(separator_pos+1)='\0'; else *separator_pos='\0';