Hi Patrick,

Great work and thanks for all of the bug fixes.

I do have one question about the diff you sent.

Is sctrcpy() really want you want here? Is this some MacOSX specific function?

Kevin

On Apr 19, 2005, at 3:31 PM, Patrick Luby wrote:

@@ -802,7 +877,7 @@
   {
     v1=strtok(buf,".");
     v2=strtok(NULL,".");
-       strcpy(ret,v1);
+       sctrcpy(ret,v1);
     strcat(ret,v2);
   }
   else


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to