wok view visualboyadvance/stuff/1.7.2-homedir.patch @ rev 9424

ovz-web-panel: Change DEPENDS + cleaning
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 30 23:44:21 2011 +0200 (2011-03-30)
parents
children
line source
1 --- src/sdl/SDL.cpp.orig 2004-08-15 02:43:28.232750688 -0400
2 +++ src/sdl/SDL.cpp 2004-08-15 02:44:01.557684528 -0400
3 @@ -887,7 +887,7 @@
5 if(home != NULL) {
6 fprintf(stderr, "Searching home directory: %s\n", home);
7 - sprintf(path, "%s%c%s", home, FILE_SEP, name);
8 + sprintf(path, "%s%c.%s%c%s", home, FILE_SEP, EXE_NAME, FILE_SEP, name);
9 f = fopen(path, "r");
10 if(f != NULL)
11 return f;