diff options
author | John Ankarström <john@ankarstrom.se> | 2022-02-15 17:17:50 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-02-15 17:17:50 +0100 |
commit | c1eee2b46cd5643ba8efb98b2cd598ef47c4daf6 (patch) | |
tree | cd23129ac6476d5be4814687248e3e71c0d959c9 /c/common.c | |
parent | c605ea0545ac22dc328c83d78011e3d18346eb63 (diff) | |
download | EpisodeBrowser-c1eee2b46cd5643ba8efb98b2cd598ef47c4daf6.tar.gz |
Show data in data list view.
Diffstat (limited to 'c/common.c')
-rw-r--r-- | c/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ /* Convert zero-terminated non-wide (multi-byte) string to * zero-terminated wide/non-wide string depending on UNICODE. */ TCHAR * -TSZFromSZ(char *sz, int iCp) +TSZFromSZ(const char *sz, int iCp) { TCHAR *tsz; |