O.P. Bug in plugin support?
was trying to fix the bug with the colour fade plugin crashing msn plus and it doesnt seem to be related to the colour fade plugin
the following code causes the crash and given the docs should be perfectly fine, this a bug in msn plus ?
if(stricmp(sCommand, "/xcopy") == 0)
{
strncpy(sResult, sCommandArg, 1500);
return TRUE;
}
it crashes if you do /xcopy blahblahblahblah.. (for as many as you can do) and it cant have spaces in the blahblahblah etc
This post was edited on 07-08-2003 at 07:42 PM by Finn.
|