aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_ui.c')
-rw-r--r--code/client/cl_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_ui.c b/code/client/cl_ui.c
index 0dc8774..45c0c37 100644
--- a/code/client/cl_ui.c
+++ b/code/client/cl_ui.c
@@ -1109,7 +1109,7 @@ intptr_t CL_UISystemCalls( intptr_t *args ) {
default:
- Com_Error( ERR_DROP, "Bad UI system trap: %i", args[0] );
+ Com_Error( ERR_DROP, "Bad UI system trap: %ld", (long int) args[0] );
}