repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
funguloids
/
size_chunks_reverse.patch
blob
2a4643d4aee6b5ac97ce104a3cf46de488137363
1
--- src/mpakogre.cpp
2
+++ src/mpakogre.cpp
3
@@ -219,7 +219,7 @@
4
}
5
6
size_t MPakDataStream::read(void *buf, size_t count) {
7
- return fread(buf, count, 1, mFileHandle);
8
+ return fread(buf, 1, count, mFileHandle);
9
}
10
11
void MPakDataStream::skip(long count) {