diff options
Diffstat (limited to 'gdk/linux-fb/gdkmouse-fb.c')
-rw-r--r-- | gdk/linux-fb/gdkmouse-fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/linux-fb/gdkmouse-fb.c b/gdk/linux-fb/gdkmouse-fb.c index c95b0a09d2..78c0e4b49c 100644 --- a/gdk/linux-fb/gdkmouse-fb.c +++ b/gdk/linux-fb/gdkmouse-fb.c @@ -658,7 +658,7 @@ gdk_fb_mouse_ms_open (GdkFBMouse *mouse) } while ((i = read (fd, buf, sizeof(buf))) > 0) - g_print ("Got %d bytes of junk from %s\n", mouse->file, i); + g_print ("Got %d bytes of junk from %s\n", i, mouse->file); tcgetattr (fd, &tty); tty.c_iflag = IGNBRK | IGNPAR; |