# HG changeset patch # User Matti Hamalainen # Date 1578045891 -7200 # Node ID 080219f105ce8f564246a2f95ec7bc34b359ecc1 # Parent 1962b236d59696d8c1b04e00dc6e8b65d9113bf4 Improve some comments. diff -r 1962b236d596 -r 080219f105ce sidinfo.c --- a/sidinfo.c Fri Jan 03 11:13:08 2020 +0200 +++ b/sidinfo.c Fri Jan 03 12:04:51 2020 +0200 @@ -11,16 +11,24 @@ #include #include #ifdef HAVE_ICONV -# include +# include #endif +// // Some constants -#define SET_DEF_CHARSET "utf8" // NOTE! Do not change unless you are using iconv()!! - // The fallback converter does not handle other encodings. +// -#define SET_HVSC_DOCUMENTS "DOCUMENTS" -#define SET_SLDB_FILEBASE "Songlengths" +// Default character encoding to convert to +// NOTE! Do not change unless you are using iconv()!! +// The fallback converter does not handle other encodings. +#define SET_DEF_CHARSET "utf8" + +// HVSC documents directory +#define SET_HVSC_DOCUMENTS "DOCUMENTS" + +// Songlengths database filename prefix (.md5|.txt appended) +#define SET_SLDB_FILEBASE "Songlengths" enum