aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-09-10 08:40:12 +0000
committerWerner Koch <[email protected]>2002-09-10 08:40:12 +0000
commitb324a5d2d14c33bdd4549b2e84f189d4ef0cabe6 (patch)
tree580a40b65f6957a56573812edf355f3c666aa38f /g10/export.c
parentAdded prototype. (diff)
downloadgnupg-b324a5d2d14c33bdd4549b2e84f189d4ef0cabe6.tar.gz
gnupg-b324a5d2d14c33bdd4549b2e84f189d4ef0cabe6.zip
Cleanups and minor fixes.
Diffstat (limited to 'g10/export.c')
-rw-r--r--g10/export.c2
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;