diff options
Diffstat (limited to 'comms/gnokii/files/patch-common-cfgreader.c')
-rw-r--r-- | comms/gnokii/files/patch-common-cfgreader.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/gnokii/files/patch-common-cfgreader.c b/comms/gnokii/files/patch-common-cfgreader.c index 592353029aff..297269f10ef0 100644 --- a/comms/gnokii/files/patch-common-cfgreader.c +++ b/comms/gnokii/files/patch-common-cfgreader.c @@ -1,6 +1,6 @@ ---- common/cfgreader.c.orig 2011-12-02 15:53:04.000000000 +0100 -+++ common/cfgreader.c 2013-08-13 13:25:46.836652059 +0200 -@@ -991,7 +991,7 @@ +--- common/cfgreader.c.orig 2011-12-02 14:53:04 UTC ++++ common/cfgreader.c +@@ -991,7 +991,7 @@ static bool cfg_get_log_target(gn_log_ta #define CHECK_SIZE() if (*retval >= size) { \ void *aux; \ size *= 2; \ @@ -9,7 +9,7 @@ if (aux) \ config_file_locations = aux; \ else {\ -@@ -1107,7 +1107,7 @@ +@@ -1107,7 +1107,7 @@ static char **get_locations(int *retval) if (i >= xcd_size) { void *aux; xcd_size *= 2; |