Frédéric Delanoy <frederic.delanoy at gmail.com> writes:
> + else if ((s = StrStrIW (p, lssW))) {
> + s += 3;
> + a = StrToIntW(condition);
> + b = StrToIntW(WCMD_parameter (s, 0, NULL));
I don't think you want to use strstr for that sort of thing.
--
Alexandre Julliard
julliard at winehq.org