wince fix

This commit is contained in:
p.kosyh 2010-08-11 06:14:44 +00:00
parent 87960c3001
commit fae4c120d9

View file

@ -267,6 +267,7 @@ static char curdir[PATH_MAX];
int chdir(const char *path)
{
strncpy(curdir, path, sizeof(curdir) - 1);
return 0;
}
char *sdl_path(char *p)