Commit 0d6fc1be by Jim Wilson

(print_multilib_info): Initialize last_path_len to 0.

From-SVN: r8706
parent e7105755
......@@ -5075,7 +5075,8 @@ print_multilib_info ()
{
char *p = multilib_select;
char *last_path, *this_path;
int last_path_len, skip, use_arg;
int skip, use_arg;
int last_path_len = 0;
while (*p != '\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