summaryrefslogtreecommitdiff
path: root/xine_frontend_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_frontend_main.c')
-rw-r--r--xine_frontend_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index 48c13971..b265958c 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.1 2006-06-03 10:01:18 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.2 2006-06-04 11:00:04 phintuka Exp $
*
*/
@@ -75,7 +75,7 @@ void *kbd_receiver_thread(void *fe)
break;
} //else {
- snprintf(str, sizeof(str), "%016LX", code);
+ snprintf(str, sizeof(str), "%016" PRIX64, code);
if(find_input((fe_t*)fe))
process_xine_keypress(((fe_t*)fe)->input, "KBD", str, 0, 0);
}