Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594092 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/filelist-order.cxx
0
++ b/src/filelist-order.cxx
Lines 273-279 void printItem(PAIR_COMPLETE_TYPE p,vector <OrderField*> *ofa) { Link Here
273
					continue;
273
					continue;
274
				}
274
				}
275
				OrderField of = *ofp;
275
				OrderField of = *ofp;
276
#define case_entry(fmt,func) printf("%s"fmt,(first ? "" : " "),func_##func(mk)); break;
276
#define case_entry(fmt,func) printf("%s" fmt,(first ? "" : " "),func_##func(mk)); break;
277
				switch(of.type) {
277
				switch(of.type) {
278
					case ST_DEV: case_entry("%lld",ST_DEV);
278
					case ST_DEV: case_entry("%lld",ST_DEV);
279
					case ST_INO: case_entry("%lld",ST_INO);
279
					case ST_INO: case_entry("%lld",ST_INO);

Return to bug 594092