* Fixes cursor movement issue on Emacs 24 (Issue 168) * Support numpad keys in mozc.el (Issue 170) * Support Emacs 24 in mozc.el (Issue 190) * Support surrounding text * Dictionary update - Take maintainership. Approved by: daichi (maintainer)
11 lines
354 B
C++
11 lines
354 B
C++
--- base/logging.cc.orig 2013-07-17 11:38:04.000000000 +0900
|
|
+++ base/logging.cc 2013-07-19 22:24:20.000000000 +0900
|
|
@@ -111,7 +111,7 @@
|
|
#if defined(__native_client__)
|
|
"%p",
|
|
#elif defined(OS_LINUX)
|
|
- "%lu",
|
|
+ "%p",
|
|
#elif defined(OS_MACOSX) && defined(__LP64__)
|
|
"%llu",
|
|
#else // OS_WIN or OS_MACOSX(32bit)
|