about summary refs log tree commit diff
path: root/locale/gen-translit.pl
diff options
context:
space:
mode:
Diffstat (limited to 'locale/gen-translit.pl')
-rw-r--r--locale/gen-translit.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/gen-translit.pl b/locale/gen-translit.pl
index b6fba77c80..d44310b316 100644
--- a/locale/gen-translit.pl
+++ b/locale/gen-translit.pl
@@ -134,7 +134,7 @@ for ($cnt = 0; $cnt <= $#tos; ++$cnt) {
     printf(" ");
     ++$col;
   }
-  printf("L\"$tos[$cnt]\\0\"");
+  printf("%s", "L\"$tos[$cnt]\\0\"");
   $col += length($tos[$cnt]) + 5;
 }
 printf(";\n");