forked from pool/xmlto
755d441a56
- update to 0.0.28: - fix broken temp files removal - do not detect links browser as elinks - includes 0.0.27: - remove several bashisms in scripts - new option --profile for preprocessing documents with profiling stylesheet - fix several potential crashes in xmlif - cleanup with spec-cleaner - switch urls to new fedora upstream - patches: * rebase xmlto-xsltopts.patch * format xmlto-codecleanup.patch for -p1 * format xmlto-nonvoid.patch for -p1 * drop xmlto-overflow.patch (xmlif.c is regenerated anyway) * drop xmlto-lynx-empty-file.patch (obsolete) * renumber patches OBS-URL: https://build.opensuse.org/request/show/586502 OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlto?expand=0&rev=28
21 lines
268 B
Diff
21 lines
268 B
Diff
--- a/xmlif/xmlif.c
|
|
+++ b/xmlif/xmlif.c
|
|
@@ -2435,6 +2435,7 @@ main(int argc, char *argv[])
|
|
}
|
|
|
|
yylex();
|
|
+ return 0;
|
|
}
|
|
|
|
/*
|
|
--- a/xmlif/xmlif.l
|
|
+++ b/xmlif/xmlif.l
|
|
@@ -259,6 +259,7 @@ main(int argc, char *argv[])
|
|
}
|
|
|
|
yylex();
|
|
+ return 0;
|
|
}
|
|
|
|
/*
|