regedit: Fix concat handling for ANSI files (try2)

Alexandre Julliard julliard at winehq.org
Wed Aug 27 06:13:36 CDT 2008


Alexander Nicolaysen Sørnes <alex at thehandofagony.com> writes:

> +                if(c == EOF)
>                      fprintf(stderr,"%s: ERROR - invalid continuation.\n",
>                              getAppName());
> +
> +                *s = c;
> +                s++;

It's better, but I don't think you want to store EOF in the result
string...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list