[MPlayer-dev-eng] Re: [mlayer-users]GDB info of the subcp crash

Moritz Bunkus moritz at bunkus.org
Mon Jan 13 08:23:13 CET 2003


HI.

>                         for (; *so && *so!='}'; *so++);

This line should probably read

for (; *so && *so!='}'; so++);

so that the pointer will be incremented, and not its contents...

-- 
 ==> Ciao, Mosu (Moritz Bunkus)


More information about the MPlayer-dev-eng mailing list