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:
2
src/io.c
2
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';
|
||||
|
||||
Reference in New Issue
Block a user