This would have been better :
- Tcl_AppendResult(interp,capItem->requested_format->format_name);
+ Tcl_AppendResult(interp,capItem->requested_format->format_name, (char *)
NULL);
The AppendResult takes a list of strings and ends with a NULL argument. Make
sure all other uses of AppendResult
Don't worry you are not alone... Someone in forums reported it too...
And I don't know why it does that :@
Phil
Le Sunday 31 December 2006 14:31, Sander Hoentjen a écrit :
> segfault with new capture extension:
>
> http://amsn.pastebin.com/848441
>
>
> -
segfault with new capture extension:
http://amsn.pastebin.com/848441
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & busines
- Original Message -
From: "Harry Vennik" <[EMAIL PROTECTED]>
To: "Mailing list for developers and everyone helping AMSN"
Sent: Sunday, December 31, 2006 9:53 AM
Subject: Re: [Amsn-devel] WIKI
> Isn't it possible to set up apache such that the URLs http://amsn-
> project.net/wiki/inde
Isn't it possible to set up apache such that the URLs http://amsn-
project.net/wiki/index.php/SVN and http://amsn-project.net/wiki/SVN
mean the same? I don't know much about MediaWiki, but I set up a wiki
with MoinMoin recently. The /wiki/ is an alias there. If that's the
same with MediaWiki