Parent Directory
|
Revision Log
|
Patch
| revision 418 by ph10, Tue Mar 17 21:30:30 2009 UTC | revision 419 by ph10, Wed Aug 12 10:45:33 2009 UTC | |
|---|---|---|
| # | Line 1530 an attempt to read a .bz2 file indicates | Line 1530 an attempt to read a .bz2 file indicates |
| 1530 | PLAIN_FILE: | PLAIN_FILE: |
| 1531 | #endif | #endif |
| 1532 | { | { |
| 1533 | in = fopen(pathname, "r"); | in = fopen(pathname, "rb"); |
| 1534 | handle = (void *)in; | handle = (void *)in; |
| 1535 | frtype = FR_PLAIN; | frtype = FR_PLAIN; |
| 1536 | } | } |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |