mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Some bug fixes of the last release
This commit is contained in:
parent
35c1054507
commit
b076ce3021
52 changed files with 2853 additions and 1804 deletions
|
@ -152,7 +152,7 @@ encode_simple( const char *filename, int mode )
|
|||
}
|
||||
if( filename ) {
|
||||
if( !(filesize = iobuf_get_filelength(inp)) )
|
||||
log_info(_("%s: warning: empty file\n"), filename );
|
||||
log_info(_("%s: WARNING: empty file\n"), filename );
|
||||
}
|
||||
else
|
||||
filesize = 0; /* stdin */
|
||||
|
@ -266,7 +266,7 @@ encode_crypt( const char *filename, STRLIST remusr )
|
|||
}
|
||||
if( filename ) {
|
||||
if( !(filesize = iobuf_get_filelength(inp)) )
|
||||
log_info(_("%s: warning: empty file\n"), filename );
|
||||
log_info(_("%s: WARNING: empty file\n"), filename );
|
||||
}
|
||||
else
|
||||
filesize = 0; /* stdin */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue