repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 5.0-14
[LibreOffice.git]
/
external
/
libetonyek
/
assert.patch
blob
6620f18ea4e24c9a3f25e268dcbd33069792d91e
1
--- src/lib/EtonyekDocument.cpp
2
+++ src/lib/EtonyekDocument.cpp
3
@@ -179,7 +181,7 @@
4
info.input->seek(0, RVNG_SEEK_SET);
5
}
6
7
- assert(isGzipped == false);
8
+ assert(bool(!isGzipped));
9
10
return probeXMLImpl(info.input, probe, type, info);
11
}