mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
why r+t? we don't need to write.
This commit is contained in:
parent
88543d6e86
commit
ada9797009
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ preprocess_file (const char *filename)
|
|||
else if (options.save_temps)
|
||||
return fopen (tempname->str, "rt");
|
||||
else {
|
||||
return fdopen (tempfd, "r+t");
|
||||
return fdopen (tempfd, "rt");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue