diff --git a/src/decode_aprs.c b/src/decode_aprs.c index 167ad5d..ca50721 100644 --- a/src/decode_aprs.c +++ b/src/decode_aprs.c @@ -3751,6 +3751,7 @@ static int num_tocalls = 0; static const char *search_locations[] = { (const char *) "tocalls.txt", + (const char *) "../data/tocalls.txt", #ifndef __WIN32__ (const char *) "/usr/local/share/direwolf/tocalls.txt", (const char *) "/usr/share/direwolf/tocalls.txt", diff --git a/src/symbols.c b/src/symbols.c index 208c327..3893b17 100644 --- a/src/symbols.c +++ b/src/symbols.c @@ -265,6 +265,7 @@ static const struct { static const char *search_locations[] = { (const char *) "symbols-new.txt", + (const char *) "../data/symbols-new.txt", #ifndef __WIN32__ (const char *) "/usr/local/share/direwolf/symbols-new.txt", (const char *) "/usr/share/direwolf/symbols-new.txt", @@ -1059,4 +1060,4 @@ int main (int argc, char *argv[]) #endif -/* end symbols.c */ \ No newline at end of file +/* end symbols.c */