--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/src/filelist-order.cxx +++ b/src/filelist-order.cxx @@ -273,7 +273,7 @@ void printItem(PAIR_COMPLETE_TYPE p,vector *ofa) { continue; } OrderField of = *ofp; -#define case_entry(fmt,func) printf("%s"fmt,(first ? "" : " "),func_##func(mk)); break; +#define case_entry(fmt,func) printf("%s" fmt,(first ? "" : " "),func_##func(mk)); break; switch(of.type) { case ST_DEV: case_entry("%lld",ST_DEV); case ST_INO: case_entry("%lld",ST_INO);