summarylogtreecommitdiffstats
path: root/bz20338.patch
diff options
context:
space:
mode:
authorTavian Barnes2020-01-09 22:36:02 -0500
committerTavian Barnes2020-01-09 22:36:02 -0500
commit424cceebbd14badcfe98e6e765c037f7a6a400de (patch)
tree63a7139af741d6586137f114895aeb84f84a4547 /bz20338.patch
parent363e369b0d94b0b33328597f90a0a910056b7990 (diff)
downloadaur-424cceebbd14badcfe98e6e765c037f7a6a400de.tar.gz
Bump to 2.30-3
Diffstat (limited to 'bz20338.patch')
-rw-r--r--bz20338.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/bz20338.patch b/bz20338.patch
index d223e9f08882..ddcc3efe4202 100644
--- a/bz20338.patch
+++ b/bz20338.patch
@@ -74,12 +74,12 @@ index b70f6fa..02cd33a 100644
/* Skip leading blanks. */
while (isspace (*p))
++p;
-- } while (*p == '\0' || *p == '#' || /* Ignore empty and comment lines. */
-+ } while (*p == '\0' || *p == '#' /* Ignore empty and comment lines. */
+- } while (*p == '\0' || *p == '#' /* Ignore empty and comment lines. */
++ } while (*p == '\0' || *p == '#' /* Ignore empty and comment lines. */
/* Parse the line. If it is invalid, loop to
get the next line of the file to parse. */
-- ! parse_line (buffer, (void *) resbuf, (void *) buffer, buflen,
-- &errno));
+- || ! parse_line (buffer, (void *) resbuf, (void *) buffer, buflen,
+- &errno));
+ || ! (parse_result = parse_line (p, resbuf,
+ (void *) buffer, buflen,
+ &errno)));