aboutsummaryrefslogtreecommitdiff
path: root/nls/convert.awk
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-04 12:44:47 (GMT)
committerrathnor <rathnor>2003-10-04 12:44:47 (GMT)
commit35fe2d5e128c1b13d34a5152945a1b8979401d6f (patch)
treeca52ca41b7a80acc290753d266b540b6a5c3eac4 /nls/convert.awk
parent158b515e21f0f0154041cd5985ec38fe37c0e875 (diff)
downloadfluxbox_pavel-35fe2d5e128c1b13d34a5152945a1b8979401d6f.zip
fluxbox_pavel-35fe2d5e128c1b13d34a5152945a1b8979401d6f.tar.bz2
fix nls bad message errors
Diffstat (limited to 'nls/convert.awk')
-rw-r--r--nls/convert.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/nls/convert.awk b/nls/convert.awk
index 813c470..e10f0b5 100644
--- a/nls/convert.awk
+++ b/nls/convert.awk
@@ -4,6 +4,8 @@
4 4
5 if (major > 1) 5 if (major > 1)
6 printf "\n" > output 6 printf "\n" > output
7 else if (codeset)
8 printf "$ codeset=%s\n", codeset > output
7 printf "$set %d %s\n", major, $3 >> output 9 printf "$set %d %s\n", major, $3 >> output
8 10
9 if (header) { 11 if (header) {