From: ruia@paul.rutgers.edu (Anil K Ruia)
Subject: Re: uudecode?
20 Jan 1999 09:06:31 -0800
Message-ID: <36A5773E.B8A96D1F.cygnus.gnu-win32@paul.rutgers.edu>
References: <8135911A809AD211AF6300A02480D1750348C6@IIS000.microdata.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: John Cooper <John.Cooper@citrix.com>
Cc: Bernard Dautrevaux <DAUTREVAUX@microprocess.com>, mh@mike.franken.de,
        gnu-win32@cygnus.com

I think uudecode should open its input in text rather than binary mode.
- Anil

> 4 lines matching "open" in buffer uudecode.c.
>     9:    FILE *out, *in = fopen(fname, "rb");
>    11:        fprintf(stderr,"Impossible to open %s\n",fname);
>    33:    out = fopen(outname, "wb");
>    35:        fprintf(stderr,"Impossible to open %s\n",outname);
> 
> 1 line matching "open" in buffer uuencode.c.
>    10:    if ((in = fopen(nom, "rb")) == NULL)
> 
>     --- John
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
