File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3751,6 +3751,7 @@ static int num_tocalls = 0;
3751
3751
3752
3752
static const char * search_locations [] = {
3753
3753
(const char * ) "tocalls.txt" ,
3754
+ (const char * ) "../data/tocalls.txt" ,
3754
3755
#ifndef __WIN32__
3755
3756
(const char * ) "/usr/local/share/direwolf/tocalls.txt" ,
3756
3757
(const char * ) "/usr/share/direwolf/tocalls.txt" ,
Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ static const struct {
265
265
266
266
static const char * search_locations [] = {
267
267
(const char * ) "symbols-new.txt" ,
268
+ (const char * ) "../data/symbols-new.txt" ,
268
269
#ifndef __WIN32__
269
270
(const char * ) "/usr/local/share/direwolf/symbols-new.txt" ,
270
271
(const char * ) "/usr/share/direwolf/symbols-new.txt" ,
@@ -1059,4 +1060,4 @@ int main (int argc, char *argv[])
1059
1060
1060
1061
#endif
1061
1062
1062
- /* end symbols.c */
1063
+ /* end symbols.c */
You can’t perform that action at this time.
0 commit comments