mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
fixed typo
This commit is contained in:
parent
fce148aa0e
commit
ea86ca6565
@ -1,3 +1,8 @@
|
|||||||
|
2002-12-06 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
|
* options.h: Fixed typo (mangle_dos_names instead of
|
||||||
|
mangle_dos_filenames).
|
||||||
|
|
||||||
2002-12-05 Werner Koch <wk@gnupg.org>
|
2002-12-05 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* g10.c: New options --[no-]mangle-dos-filenames.
|
* g10.c: New options --[no-]mangle-dos-filenames.
|
||||||
|
@ -179,7 +179,7 @@ struct {
|
|||||||
int show_keyring;
|
int show_keyring;
|
||||||
struct groupitem *grouplist;
|
struct groupitem *grouplist;
|
||||||
int strict;
|
int strict;
|
||||||
int mangle_dos_names;
|
int mangle_dos_filenames;
|
||||||
} opt;
|
} opt;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user