Latest changes

This commit is contained in:
Alexander S. Aganichev
2004-10-04 14:50:08 +00:00
parent 291fbc018d
commit 36382af659
19 changed files with 56 additions and 24 deletions

View File

@@ -75,7 +75,7 @@ bool gareafile::jbstrcpy(char *dest, char *src, size_t maxlen, size_t *jbc) {
void gareafile::ReadCrashmailCfg(const char* file) {
FILE* fp = fsopen(file, "rb", sharemode);
FILE* fp = fsopen(file, "rt", sharemode);
if(fp) {
setvbuf(fp, NULL, _IOFBF, 8192);