X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fcompat.c;h=c0990bf81cae1bd0c8946fd1f567485d452cd65c;hb=359ac00a8a5a1d69804380ff5c97c3d01036d1a9;hp=ffb127c803264dcadfd4abe64b26688f08d8cecb;hpb=de22c4a7da9703ac654a271fcd0212023192d256;p=gedcom-parse.git diff --git a/gedcom/compat.c b/gedcom/compat.c index ffb127c..c0990bf 100644 --- a/gedcom/compat.c +++ b/gedcom/compat.c @@ -117,6 +117,7 @@ void enable_compat_msg(const char* program_name, int version) void set_compatibility_program(const char* program) { + compatibility_program = 0; if (compat_enabled) { if (! strncmp(program, "ftree", 6)) { compatibility_program = CP_FTREE;