mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
350 B
Diff
14 lines
350 B
Diff
|
Index: pyzy-0.1.0/src/Types.h
|
||
|
===================================================================
|
||
|
--- pyzy-0.1.0.orig/src/Types.h
|
||
|
+++ pyzy-0.1.0/src/Types.h
|
||
|
@@ -26,7 +26,7 @@
|
||
|
|
||
|
namespace PyZy {
|
||
|
|
||
|
-#define PINYIN_ID_VOID (-1)
|
||
|
+#define PINYIN_ID_VOID (char(-1))
|
||
|
#define PINYIN_ID_ZERO (0)
|
||
|
#define PINYIN_ID_B (1)
|
||
|
#define PINYIN_ID_C (2)
|