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
This commit is contained in:
mazzearos 2012-08-05 08:58:26 +00:00
parent d28a1df60b
commit 8621253165

View File

@ -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';