diff options
Diffstat (limited to 'g10/tdbio.c')
-rw-r--r-- | g10/tdbio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c index 890d7ab8e..e9c9457dd 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -1161,7 +1161,7 @@ tdbio_dump_record( TRUSTREC *rec, FILE *fp ) if( *p ) fprintf(fp, " %c%d", *p == PREFTYPE_SYM ? 'S' : *p == PREFTYPE_HASH ? 'H' : - *p == PREFTYPE_COMPR ? 'Z' : '?', p[1]); + *p == PREFTYPE_ZIP ? 'Z' : '?', p[1]); } putc('\n', fp); break; |