summaryrefslogtreecommitdiff
path: root/Lib/ocaml/typecheck.i
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ocaml/typecheck.i')
-rw-r--r--Lib/ocaml/typecheck.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ocaml/typecheck.i b/Lib/ocaml/typecheck.i
index 0c0a600a0..238f90d8d 100644
--- a/Lib/ocaml/typecheck.i
+++ b/Lib/ocaml/typecheck.i
@@ -183,7 +183,7 @@
unsigned long,
unsigned short {
char error_msg[256];
- sprintf(error_msg, "C++ $1_type exception thrown, value: %d", $1);
+ SWIG_snprintf(error_msg, sizeof(error_msg), "C++ $1_type exception thrown, value: %d", $1);
SWIG_OCamlThrowException(SWIG_OCamlRuntimeException, error_msg);
}