diff options
author | rathnor <rathnor> | 2003-10-04 12:44:47 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-04 12:44:47 (GMT) |
commit | 35fe2d5e128c1b13d34a5152945a1b8979401d6f (patch) | |
tree | ca52ca41b7a80acc290753d266b540b6a5c3eac4 /nls/convert.awk | |
parent | 158b515e21f0f0154041cd5985ec38fe37c0e875 (diff) | |
download | fluxbox-35fe2d5e128c1b13d34a5152945a1b8979401d6f.zip fluxbox-35fe2d5e128c1b13d34a5152945a1b8979401d6f.tar.bz2 |
fix nls bad message errors
Diffstat (limited to 'nls/convert.awk')
-rw-r--r-- | nls/convert.awk | 2 |
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) { |