dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf569c
)
Add call to gedcom_init().
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 17 Mar 2002 13:17:12 +0000
(13:17 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 17 Mar 2002 13:17:12 +0000
(13:17 +0000)
standalone.c
patch
|
blob
|
history
diff --git
a/standalone.c
b/standalone.c
index 75b662cecac7b6d47d773b961f6efb532c165eb3..3db5eda7af45b2fcb98d3437dba9ac3d7f66354a 100644
(file)
--- a/
standalone.c
+++ b/
standalone.c
@@
-266,6
+266,7
@@
int main(int argc, char* argv[])
}
setlocale(LC_ALL, "");
+ gedcom_init();
gedcom_set_debug_level(debug_level, NULL);
gedcom_set_compat_handling(compat_enabled);
gedcom_set_error_handling(mech);