Commit f5186a5f authored by Geoff Simmons's avatar Geoff Simmons

silence a warning from -Wmaybe-uninitialized

parent 6c840f47
......@@ -1179,7 +1179,7 @@ compile_fmt(char * const format, compiled_fmt_t * const fmt,
case '{': {
const char *tmp;
char *fname, ltr;
char *fname = NULL, ltr;
tmp = p;
ltr = '\0';
while (*tmp != '\0' && *tmp != '}')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment