diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-01-22 09:46:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-01-22 09:46:53 +0000 |
commit | 79ac946b88e6dd1791edb2e585388881a94a9270 (patch) | |
tree | 2ad0e9a348454301677620fb2bb1d15402562d5d /graphics/graphite2/files/patch-gr2fonttest__gr2FontTest.cpp | |
parent | 8457e90924eed4da514d717e5ce2614204d38c41 (diff) |
Notes
Diffstat (limited to 'graphics/graphite2/files/patch-gr2fonttest__gr2FontTest.cpp')
-rw-r--r-- | graphics/graphite2/files/patch-gr2fonttest__gr2FontTest.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/graphite2/files/patch-gr2fonttest__gr2FontTest.cpp b/graphics/graphite2/files/patch-gr2fonttest__gr2FontTest.cpp new file mode 100644 index 000000000000..249407c65e25 --- /dev/null +++ b/graphics/graphite2/files/patch-gr2fonttest__gr2FontTest.cpp @@ -0,0 +1,11 @@ +--- ./gr2fonttest/gr2FontTest.cpp.orig 2011-09-22 17:30:02.000000000 +0200 ++++ ./gr2fonttest/gr2FontTest.cpp 2012-01-22 10:24:33.468384204 +0100 +@@ -176,7 +176,7 @@ + #ifdef WIN32 + const char * pText = reinterpret_cast<char*>(pIn); + #else +- char * pText = reinterpret_cast<char*>(pIn); ++ const char * pText = reinterpret_cast<char*>(pIn); + #endif + // It seems to be necessary to include the trailing null to prevent + // stray characters appearing with utf16 |