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

up tuxtype (1.8.1) and removed extension from desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 13:06:57 2012 -0800 (2012-02-22)
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;