search for: poptitem

Displaying 1 result from an estimated 1 matches for "poptitem".

Did you mean: poptime
2003 Oct 08
2
2.5.6: a number of minor issues
...00 1970 +++ NEW/log.c Thu Jan 1 00:00:00 1970 @@ -582,5 +582,6 @@ if (!verbose) return; +file=file; rprintf(FINFO, "%s\n", fname); } --- OLD/popt/popt.c Thu Jan 1 00:00:00 1970 +++ NEW/popt/popt.c Thu Jan 1 00:00:00 1970 @@ -1058,6 +1058,7 @@ /*@unused@*/ int flags) { poptItem item = (poptItem) alloca(sizeof(*item)); +flags=flags; memset(item, 0, sizeof(*item)); item->option.longName = alias.longName; item->option.shortName = alias.shortName; --- OLD/popt/poptconfig.c Thu Jan 1 00:00:00 1970 +++ NEW/popt/poptconfig.c Thu Jan 1 00:00:00 1970 @@ -167...