|
Line 0
Link Here
|
|
|
1 |
--- io.c.orig 2014-10-31 12:52:38.000000000 +0100 |
| 2 |
+++ io.c 2015-08-19 21:31:54.495046000 +0200 |
| 3 |
@@ -1123,7 +1123,7 @@ io_test_in(struct k8048 *k, int t1, int |
| 4 |
|
| 5 |
if (k->debug >= 10) { |
| 6 |
fprintf(stderr, "%s(k, t1=%d, t2=%d, %p)\n", |
| 7 |
- __func__, t1, t2, byte); |
| 8 |
+ __func__, t1, t2, (void*)byte); |
| 9 |
} |
| 10 |
|
| 11 |
/* Get start bit */ |