1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Assuan server mode is now basically usable

This commit is contained in:
Werner Koch 2001-11-07 17:43:05 +00:00
parent 4fcb72b382
commit 7166bd6a5d
10 changed files with 426 additions and 59 deletions

View file

@ -57,7 +57,7 @@ function print_code( s )
{
printf " case %s: s=\"", s ;
gsub(/_/, " ", s );
printf "%s\"; break;\n", substr(s,8);
printf "%s\"; break;\n", tolower(substr(s,8));
}
'