Revision 26376011
Von martin vor mehr als 17 Jahren hinzugefügt
tools/xmlmerge/main.c | ||
---|---|---|
int fd;
|
||
uint32_t flags;
|
||
|
||
rv=GWEN_Init();
|
||
if (rv) {
|
||
fprintf(stderr, "Could not initialize Gwenhywfar.\n");
|
||
return 2;
|
||
}
|
||
|
||
args=Arguments_new();
|
||
rv=checkArgs(args, argc, argv);
|
||
if (rv==-1) {
|
Auch abrufbar als: Unified diff
Some fixes in the build system and a few minor bugfixes.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1425 70169cfe-8b10-0410-8925-dcb4b91034d8