Skip to content

Commit e35964e

Browse files
committed
add new search location for symbols-new.txt and tocalls.txt
seen that we moved data in the data/ directory we need to add the new patch to source code.
1 parent 05828dc commit e35964e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/decode_aprs.c

+1
Original file line numberDiff line numberDiff line change
@@ -3751,6 +3751,7 @@ static int num_tocalls = 0;
37513751

37523752
static const char *search_locations[] = {
37533753
(const char *) "tocalls.txt",
3754+
(const char *) "../data/tocalls.txt",
37543755
#ifndef __WIN32__
37553756
(const char *) "/usr/local/share/direwolf/tocalls.txt",
37563757
(const char *) "/usr/share/direwolf/tocalls.txt",

src/symbols.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ static const struct {
265265

266266
static const char *search_locations[] = {
267267
(const char *) "symbols-new.txt",
268+
(const char *) "../data/symbols-new.txt",
268269
#ifndef __WIN32__
269270
(const char *) "/usr/local/share/direwolf/symbols-new.txt",
270271
(const char *) "/usr/share/direwolf/symbols-new.txt",
@@ -1059,4 +1060,4 @@ int main (int argc, char *argv[])
10591060

10601061
#endif
10611062

1062-
/* end symbols.c */
1063+
/* end symbols.c */

0 commit comments

Comments
 (0)