aboutsummaryrefslogtreecommitdiff
path: root/c/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/common.c')
-rw-r--r--c/common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/common.c b/c/common.c
index 6f7772c..a4ac7d2 100644
--- a/c/common.c
+++ b/c/common.c
@@ -4,8 +4,7 @@
#include "resource.h"
#include "defs.h"
-/* Convert zero-terminated non-wide (multi-byte) string to
- * zero-terminated wide/non-wide string depending on UNICODE. */
+/* Convert normal string to TSTR using given codepage. */
TCHAR *
TszFromSz(const char *sz, int iCp)
{