[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debconf client support in cdebconf



> The problem with the old way is that the STRDUP() macro expands to make two
> calls to strtok(), first to make sure the return value !=NULL, and then again to
> try and duplicate the sring.  The second call to strtok() returns something
> different than the first call, and we fail.
> 
> It's possible that I'm confused, if so, let me know and I'll search for a
> problem on my end.

Nope, you are right... classic macro expansion problem. I'll fix this in
cvs. thanks!

randolph
-- 
Debian Developer <tausq@debian.org>
http://www.TauSq.org/



Reply to: