Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Bo Berglund wrote: > Care to explain what happened? I have diffed a number of files in the > cvsnt repo without finding out what is going on there. But it looks > from my logs like instead of sending in a file name it sends some kind > of pointer of sorts, but stripping one byte off it... > Strange. That's exactly what happened, actually... Sending the address of a character pointer rather than the string itself. Tony