mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Preparing 2.0.4
This commit is contained in:
parent
8bf339ab59
commit
edb3dc99e9
44 changed files with 2519 additions and 1922 deletions
|
@ -78,7 +78,7 @@ overwrite_filep( const char *fname )
|
|||
return 1; /* does not do any harm */
|
||||
#endif
|
||||
#ifdef HAVE_W32_SYSTEM
|
||||
if ( !strcmp ( fname, "/dev/nul" ) )
|
||||
if ( !strcmp ( fname, "nul" ) )
|
||||
return 1;
|
||||
#endif
|
||||
|
||||
|
@ -203,7 +203,7 @@ open_outfile( const char *iname, int mode, IOBUF *a )
|
|||
if ( opt.dry_run )
|
||||
{
|
||||
#ifdef HAVE_W32_SYSTEM
|
||||
name = "/dev/nul";
|
||||
name = "nul";
|
||||
#else
|
||||
name = "/dev/null";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue