diff options
Diffstat (limited to 'g10/export.c')
-rw-r--r-- | g10/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index f982def6f..1ec841dab 100644 --- a/g10/export.c +++ b/g10/export.c @@ -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; |