mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner Koch
This commit is contained in:
parent
9131432b4d
commit
c7447e78e2
22 changed files with 2650 additions and 2486 deletions
|
@ -101,7 +101,7 @@ open_outfile( const char *iname, int mode, IOBUF *a )
|
|||
name = opt.outfile;
|
||||
else {
|
||||
#ifdef USE_ONLY_8DOT3
|
||||
#error please implement this
|
||||
#warning please implement 8.3 files
|
||||
#endif
|
||||
buf = m_alloc(strlen(iname)+4+1);
|
||||
strcpy(stpcpy(buf,iname), mode==1 ? ".asc" :
|
||||
|
@ -135,7 +135,7 @@ open_sigfile( const char *iname )
|
|||
size_t len;
|
||||
|
||||
#ifdef USE_ONLY_8DOT3
|
||||
#error please implement this
|
||||
#warning please implement 8.3 files
|
||||
#endif
|
||||
if( iname && !(*iname == '-' && !iname[1]) ) {
|
||||
len = strlen(iname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue