12 lines
592 B
Diff
12 lines
592 B
Diff
diff -up ./src/main.c.fixup ./src/main.c
|
|
--- ./src/main.c.fixup 2017-01-13 07:26:06.255896365 -0500
|
|
+++ ./src/main.c 2017-01-13 07:26:34.349677272 -0500
|
|
@@ -333,7 +333,7 @@ void handle_dm_alert_msg(struct netlink_
|
|
printf ("%d drops at location %p\n", alert->points[i].count, location);
|
|
else
|
|
printf ("%d drops at %s+%llx (%p)\n",
|
|
- alert->points[i].count, res.symbol, res.offset, location);
|
|
+ alert->points[i].count, res.symbol, (long long unsigned)res.offset, location);
|
|
acount++;
|
|
if (alimit && (acount == alimit)) {
|
|
printf("Alert limit reached, deactivating!\n");
|