Hello Zdenek,

Friday, October 12, 2001, 12:47:18 AM, you wrote:

ZK> On Thu, Oct 11, 2001 at 02:47:27PM -0700, Eugene Kuznetsov wrote:
>> Hello Pierre,
>> 
>> Thursday, October 11, 2001, 1:18:05 PM, you wrote:
>> 
>> PH> After a few time it segfaults too...
>> PH> It is ***really*** annoying...
>> 
>> It worked last time I tried ( less than 2 weeks ago )?
>> 

Please apply this change to lib/common/util.cpp, function string::insert() :

     strcpy(p + pos, s.str);
     strcpy(p + pos + l, str + pos);
+    delete[] str;
+    str = p;
     str[k + l] = 0;
 }

-- 
Best regards,
 Eugene                            mailto:[EMAIL PROTECTED]



_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to