aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tdbdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/tdbdump.c')
-rw-r--r--g10/tdbdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tdbdump.c b/g10/tdbdump.c
index 3f9e8b388..5eb482959 100644
--- a/g10/tdbdump.c
+++ b/g10/tdbdump.c
@@ -154,7 +154,7 @@ import_ownertrust( const char *fname )
break; /* can't continue */
}
for(p = line; *p && *p != ':' ; p++ )
- if( !isxdigit(*p) )
+ if( !hexdigitp (p) )
break;
if( *p != ':' ) {
log_error (_("\b%s: error: missing colon\n"), fname );