wok-6.x
annotate visualboyadvance/stuff/1.7.2-homedir.patch @ rev 23455
updated pulseaudio packages again (12.2 -> 13.0)
author |
Hans-G?nter Theisgen |
date |
Fri Apr 03 13:47:09 2020 +0100 (2020-04-03) |
parents |
|
children |
|
rev |
line source |
gokhlayeh@7031
|
1 --- src/sdl/SDL.cpp.orig 2004-08-15 02:43:28.232750688 -0400
|
gokhlayeh@7031
|
2 +++ src/sdl/SDL.cpp 2004-08-15 02:44:01.557684528 -0400
|
gokhlayeh@7031
|
3 @@ -887,7 +887,7 @@
|
gokhlayeh@7031
|
4
|
gokhlayeh@7031
|
5 if(home != NULL) {
|
gokhlayeh@7031
|
6 fprintf(stderr, "Searching home directory: %s\n", home);
|
gokhlayeh@7031
|
7 - sprintf(path, "%s%c%s", home, FILE_SEP, name);
|
gokhlayeh@7031
|
8 + sprintf(path, "%s%c.%s%c%s", home, FILE_SEP, EXE_NAME, FILE_SEP, name);
|
gokhlayeh@7031
|
9 f = fopen(path, "r");
|
gokhlayeh@7031
|
10 if(f != NULL)
|
gokhlayeh@7031
|
11 return f;
|