Commit 11832604 authored by Wayne Davison's avatar Wayne Davison

Added missing initialization of new solo_file variable.

parent 07613def
......@@ -1613,6 +1613,7 @@ void generate_files(int f_out, struct file_list *flist, char *local_name)
maybe_ATTRS_REPORT = ATTRS_REPORT;
code = FINFO;
}
solo_file = local_name != NULL;
if (verbose > 2) {
rprintf(FINFO, "generator starting pid=%ld count=%d\n",
......
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