Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [7714] trunk/amsn/utils/linux/capture/capture.c

2006-12-31 Thread Youness Alaoui
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

Re: [Amsn-devel] just so it doesn't get forgotten

2006-12-31 Thread Philippe Valembois - Phil
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 > > > -

[Amsn-devel] just so it doesn't get forgotten

2006-12-31 Thread Sander Hoentjen
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

Re: [Amsn-devel] WIKI

2006-12-31 Thread NoWhereMan
- 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

Re: [Amsn-devel] WIKI

2006-12-31 Thread Harry Vennik
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