mirror of https://github.com/wb2osz/direwolf.git
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.
This commit is contained in:
parent
05828dc65f
commit
e35964ec98
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue