fix fuzz
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=92
This commit is contained in:
parent
11f43c79b2
commit
972e320527
@ -1,6 +1,8 @@
|
|||||||
--- zic.c 2010-01-06 16:21:33.000000000 +0100
|
Index: zic.c
|
||||||
+++ zic.c 2010-06-01 01:34:12.000000000 +0200
|
===================================================================
|
||||||
@@ -614,6 +614,23 @@
|
--- zic.c.orig
|
||||||
|
+++ zic.c
|
||||||
|
@@ -576,6 +576,23 @@ _("%s: More than one -L option specified
|
||||||
return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
|
return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -22,9 +24,9 @@
|
|||||||
+}
|
+}
|
||||||
+
|
+
|
||||||
static void
|
static void
|
||||||
dolink(fromfield, tofield)
|
dolink(const char *const fromfield, const char *const tofield)
|
||||||
const char * const fromfield;
|
{
|
||||||
@@ -649,6 +666,8 @@
|
@@ -609,6 +626,8 @@ dolink(const char *const fromfield, cons
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
|
|
||||||
result = link(fromname, toname);
|
result = link(fromname, toname);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user