1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Cleanups and minor fixes.

This commit is contained in:
Werner Koch 2002-09-10 08:40:12 +00:00
parent 1405471461
commit b324a5d2d1
17 changed files with 121 additions and 64 deletions

View file

@ -61,7 +61,7 @@ parse_export_options(char *str,unsigned int *options)
{
int i,rev=0;
if(ascii_memcasecmp("no-",tok,3)==0)
if(ascii_strncasecmp("no-",tok,3)==0)
{
rev=1;
tok+=3;