projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a81fa23
)
Fixing serialization bug caused by git automerge
author
Hamed Gorjiara
<hgorjiar@uci.edu>
Thu, 2 Nov 2017 18:30:02 +0000
(11:30 -0700)
committer
Hamed Gorjiara
<hgorjiar@uci.edu>
Thu, 2 Nov 2017 18:30:02 +0000
(11:30 -0700)
src/Serialize/serializer.cc
patch
|
blob
|
history
diff --git
a/src/Serialize/serializer.cc
b/src/Serialize/serializer.cc
index
d970676
..
daa8ba0
100644
(file)
--- a/
src/Serialize/serializer.cc
+++ b/
src/Serialize/serializer.cc
@@
-67,7
+67,6
@@
void Serializer::mywrite(const void *__buf, size_t __n) {
flushBuffer();
__n -= datatowrite;
towrite += datatowrite;
- __n-=datatowrite;
} else if (spacefree == __n) {
flushBuffer();
return;