Commit 32e46196 authored by Joanne Hugé's avatar Joanne Hugé

Fix typo

parent 5c8cffa3
......@@ -92,7 +92,7 @@ int main() {
diff = calcdiff_ns(current, previous);
printf("%ld: got packet from %s: %s (%d long)\n", diff, client_addr_str,
printf("%lld: got packet from %s: %s (%d long)\n", diff, client_addr_str,
buf, bytes_received);
previous = current;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment