Index: devel/k8048/files/patch-Src-io.c =================================================================== --- devel/k8048/files/patch-Src-io.c (revision 0) +++ devel/k8048/files/patch-Src-io.c (working copy) @@ -0,0 +1,11 @@ +--- io.c.orig 2014-10-31 12:52:38.000000000 +0100 ++++ io.c 2015-08-19 21:31:54.495046000 +0200 +@@ -1123,7 +1123,7 @@ io_test_in(struct k8048 *k, int t1, int + + if (k->debug >= 10) { + fprintf(stderr, "%s(k, t1=%d, t2=%d, %p)\n", +- __func__, t1, t2, byte); ++ __func__, t1, t2, (void*)byte); + } + + /* Get start bit */ Property changes on: devel/k8048/files/patch-Src-io.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property