Commit 78b4f182 by Doug Evans

(process_command): Fix typo.

From-SVN: r8189
parent a0ae8e8d
...@@ -2660,7 +2660,7 @@ process_command (argc, argv) ...@@ -2660,7 +2660,7 @@ process_command (argc, argv)
char *string = xmalloc (len + 1); char *string = xmalloc (len + 1);
strncpy (string, value, len-7); strncpy (string, value, len-7);
strcat (string, "include"); strcat (string, "include");
add_prefix (&include_prefix, string, 1, 0, 0); add_prefix (&include_prefixes, string, 1, 0, 0);
} }
} }
} }
......
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