diff options
Diffstat (limited to 'comms/geoid/files/patch-geoid.cxx')
-rw-r--r-- | comms/geoid/files/patch-geoid.cxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/comms/geoid/files/patch-geoid.cxx b/comms/geoid/files/patch-geoid.cxx deleted file mode 100644 index 354221df959b..000000000000 --- a/comms/geoid/files/patch-geoid.cxx +++ /dev/null @@ -1,24 +0,0 @@ ---- geoid.cxx.orig Mon Dec 18 13:53:07 2006 -+++ geoid.cxx Tue Mar 20 22:02:44 2007 -@@ -28,10 +28,8 @@ - strFname.append("/.geoid/country.pos"); - - if (ReadGeoFile((char *)strFname.c_str()) == -1) { -- strFname = szHomedir; -- strFname.append("/country.pos"); -- if (ReadGeoFile((char *)strFname.c_str()) == -1) { -- fl_message("Cannot open %s", (char *)strFname.c_str()); -+ if (ReadGeoFile("%%LOCALBASE%%/share/geoid/country.pos") == -1) { -+ fl_message("Cannot open country.pos"); - exit(0); - } - } -@@ -46,7 +44,7 @@ int main(int argc, char **argv) { - - void About() - { -- fl_message("Geodetic computer\nVersion: "VERSION"\nDave Freese\nw1hkj@@w1hkj.com"); -+ fl_message("Geodetic computer\nVersion: " VERSION "\nDave Freese\nw1hkj@@w1hkj.com"); - } - - void cbSaveQTH() |