View | Details | Raw Unified | Return to bug 202493
Collapse All | Expand All

(-)devel/k8048/files/patch-Src-io.c (+11 lines)
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 */

Return to bug 202493