Browse Source

gcc64 fix

Nicolas Cannasse 9 năm trước cách đây
mục cha
commit
6ce8ed23c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/hl.h

+ 1 - 1
src/hl.h

@@ -91,7 +91,7 @@
 #	ifdef HL_VCC
 #		define _PTR_FMT	L"%llX"
 #	else
-#		define _PTR_FMT	L"%lX"
+#		define _PTR_FMT	u"%lX"
 #	endif
 #else
 #	define HL_WSIZE 4