1
0
Fork 0
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:
Werner Koch 2007-05-09 11:01:33 +00:00
parent 8bf339ab59
commit edb3dc99e9
44 changed files with 2519 additions and 1922 deletions

View file

@ -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