summaryrefslogtreecommitdiff
blob: a987e4aa767d7d3e1f6f2f4956d7319999016297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
filelist-order.cxx:276:37: error: unable to find string literal operator ‘operator""fmt’ with ‘const char [3]’, ‘long unsigned int’ arguments

https://bugs.gentoo.org/594092

--- a/src/filelist-order.cxx
+++ b/src/filelist-order.cxx
@@ -273,7 +273,7 @@ void printItem(PAIR_COMPLETE_TYPE p,vector <OrderField*> *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);