projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18eec5
)
Use a larger file buffer.
divVerent/pnacl
author
Rudolf Polzer <divVerent@xonotic.org>
Thu, 24 Sep 2015 20:21:12 +0000
(16:21 -0400)
committer
Rudolf Polzer <divVerent@xonotic.org>
Thu, 24 Sep 2015 20:21:12 +0000
(16:21 -0400)
fs.c
patch
|
blob
|
history
diff --git
a/fs.c
b/fs.c
index eb69fbdaa0ec075a005d4960202c7db6d26930ef..28f4be82cac615cd6f121c15d7dd3c1d9b1397fd 100644
(file)
--- a/
fs.c
+++ b/
fs.c
@@
-199,7
+199,7
@@
typedef struct
/// real file will be removed on close
#define QFILE_FLAG_REMOVE (1 << 3)
-#define FILE_BUFF_SIZE 2
048
+#define FILE_BUFF_SIZE 2
62144
typedef struct
{
z_stream zstream;