mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-04 14:12:01 +08:00
Removing UTF8 debug.
This commit is contained in:
parent
51672abd4a
commit
c7aa0a2ee3
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@
|
|||
#define LOGCURSOR(Y)
|
||||
#endif
|
||||
|
||||
#define DEBUG_UTF8
|
||||
#ifdef DEBUG_UTF8
|
||||
#define LOGUTF8(Y,P) mvprintw(Y, 0, "strlen() %zd, mbstowcs() %zd, hstr_strlen() %d",strlen(P),mbstowcs(NULL,P,0),hstr_strlen(P)); clrtoeol()
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue