From 06de1a12afaa2d3f4940290f87604eea9031c86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 6 Mar 2022 22:37:19 +0100 Subject: Update data for all episodes at once. Previously, a remote request would be made once per episode. --- c/common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/common.c') 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) { -- cgit v1.2.3