On Thursday 30 November 2006 15:28, Klaus Darilion wrote: > Hi Dan! > > The problem is, that the string can't be longer than the original > string (at least in the program sample I found). Maybe it is possible > to redirect the argv pointer but I'm not a programmer :-(
I think you can malloc a new string with the proper length and replace the one from the argv list with the one you created. -- Dan _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
