[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: first patch to security problem
On Sat, 26 Aug 2000, Decklin Foster wrote:
> OK, cool. I must be confused, doesn't #ifdef USE_GNOME mean when
> building with gnome, not when building without gnome? What happens
> exactly in each case?
Ummm...
#ifdef USE_GNOME
if (poptParseArgvString (cmd, &argc, &argv) != 0)
#else
if (my_poptParseArgvString (cmd, &argc, &argv) != 0)
#endif
like that :)
and of course, my_poptParseArgvString is only compiled in #ifndef USE_GNOME
--
Peter. <zed@linuxpower.org>
-
XChat-discuss: mailing list for XChat users
Archive: http://mail.nl.linux.org/lists/
Posted By: Peter <zed@linuxpower.org>