Added encoding mapping via configuration file.
[gedcom-parse.git] / standalone.c
index 452c1db394e1d88bc2996edbd2b3ae26313c36c2..cedfca21a154245e26c92ddb16c175477f79bfca 100644 (file)
@@ -66,7 +66,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;
   }