win32 typo fix

Nick Clifton nickc@redhat.com
Tue May 19 09:05:42 GMT 2020


Hi Alan,

> -      for (i = 0, fullpath[i]; i++)
> +      for (i = 0; fullpath[i]; i++)

Doh!  Thanks for the catch.

Cheers
  Nick





More information about the Binutils mailing list