You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/readahead-list/files/readahead-list-1.20060421.1...

16 lines
674 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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);