Re: FW: gnokii-corrupt file download on windows
Jan Derfinak <[email protected]>
| Newsgroups | gmane.linux.drivers.gnokii |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 1 Mar 2013, Daniele Forsi wrote: Helo. > there are other occurrences of fopen(), some already have "b" and some > probably shouldn't be changed because they actually use text files > $ grep fopen . -r --include=*.c ... > ./smsd/smsd.c: else if ((f = fopen (smsdConfig.logFile, "a")) == NULL) > ./smsd/file.c: if ((smsFile = fopen (buf->str, "r")) == NULL) Let these as are, they work with text files. Jan --