about summary refs log tree commit diff
path: root/editor/pamundice.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamundice.c')
-rw-r--r--editor/pamundice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pamundice.c b/editor/pamundice.c
index 89d8b6b5..0b092a3c 100644
--- a/editor/pamundice.c
+++ b/editor/pamundice.c
@@ -249,7 +249,7 @@ doSubstitution(const char *    const pattern,
                 pm_error("%s number %u is wider than "
                          "the %u characters specified in the "
                          "input file pattern",
-                         desc, strlen(substString), precision);
+                         desc, (unsigned)strlen(substString), precision);
             else
                 buffer_addString(bufferP, substString);