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
sd: sidebars are now visible in LOOL
[LibreOffice.git]
/
external
/
graphite
/
ubsan.patch
blob
fd7a08f82ed6ae684e13ab14145f7a57b99292a0
1
--- src/gr_face.cpp
2
+++ src/gr_face.cpp
3
@@ -95,7 +95,7 @@
4
5
Face *res = new Face(appFaceHandle, *ops);
6
if (res && load_face(*res, faceOptions))
7
- return static_cast<gr_face *>(res);
8
+ return reinterpret_cast<gr_face *>(res);
9
10
delete res;
11
return 0;