X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=standalone.c;h=9e4d4f06f7faaa232ce8418767e80589b4c4373a;hb=45a9528c2705679e8556c9bbfe9196233ec14d29;hp=452c1db394e1d88bc2996edbd2b3ae26313c36c2;hpb=a2f7d56476e81f8689d56e6a5641469f6497c487;p=gedcom-parse.git diff --git a/standalone.c b/standalone.c index 452c1db..9e4d4f0 100644 --- a/standalone.c +++ b/standalone.c @@ -1,3 +1,12 @@ +/* This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + + (C) 2001 by The Genes Development Team + Original author: Peter Verthez (Peter.Verthez@advalvas.be) +*/ + /* $Id$ */ /* $Name$ */ @@ -66,7 +75,7 @@ int main(int argc, char* argv[]) gedcom_set_compat_handling(compat_enabled); gedcom_set_error_handling(mech); - if (gedcom_xxx_parse(file_name) == 0) { + if (gedcom_parse_file(file_name) == 0) { printf("Parse succeeded\n"); return 0; }