mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* gpg.sgml (http):
* g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option.
This commit is contained in:
parent
04b9cec18f
commit
a486501c0b
15 changed files with 93 additions and 39 deletions
|
@ -507,11 +507,6 @@ do_get( const char *prompt, int hidden )
|
|||
else if( c > 0xa0 )
|
||||
; /* we don't allow 0xa0, as this is a protected blank which may
|
||||
* confuse the user */
|
||||
/* Fixme: The above assumption is not bad. We assum a certain
|
||||
character set and even worse, the W32 version behaves
|
||||
differently. It is not clear how we can hix this. When
|
||||
used for passphrases this code path strips off certain
|
||||
characters so changing this might invalidate passphrases. */
|
||||
else if( iscntrl(c) )
|
||||
continue;
|
||||
if( !(i < n-1) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue