--- a/physfs.c Sun Sep 26 13:37:42 2004 +0000 +++ b/physfs.c Sat Oct 30 09:57:56 2004 +0000 @@ -1224,7 +1224,7 @@ if (append) { strcat(str, dirsep); - strcpy(str, append); + strcat(str, append); } /* if */ return(str);