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/app-admin/procinfo-ng/files/procinfo-ng-2.0.304-wformat...

12 lines
386 B

--- a/procinfo.cpp
+++ b/procinfo.cpp
@@ -211,7 +211,7 @@ int mainLoop(bool perSecond, bool showTotals, bool showTotalsMem, bool fullScree
try {
rows = getNetStats(perSecond, showTotals, skipIfaces, elapsed);
} catch (string exceptionMessage) {
- print(exceptionMessage.c_str());
+ print("%s", exceptionMessage.c_str());
}
print("\n");
prettyPrint(rows, rowWidth, true);