Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
35e0bca0
...
35e0bca0db2abdcf6196623c5467c5df776bb739
authored
2005-01-04 10:59:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Assume textual messages are already quoted.
1 parent
c050c652
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/generr.awk
scripts/generr.awk
View file @
35e0bca
...
...
@@ -46,7 +46,7 @@ ARGIND == 2 && $1 == "$MESSAGE_STRINGS" {
match($0, "[ \\t]+")
for (i = 0; i < defno; i++) {
printf "%*.*scase %s:\n", RLENGTH, RLENGTH, "", def[i]
printf "%*.*sreturn
_(\"%s\")
;\n\n", RLENGTH+2,RLENGTH+2,"", text[i]
printf "%*.*sreturn
%s
;\n\n", RLENGTH+2,RLENGTH+2,"", text[i]
}
next
}
...
...
Please
register
or
sign in
to post a comment