publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -112,7 +112,7 @@ void WriteIntToIni(const char *key, const int value)
WritePrivateProfileStringA("ml_plg", key, buf, mediaLibrary.GetWinampIni());
}
// BE CAREFULL! Using this could potentially internationalize floats on some versions of windows eg. '1,6' instead of '1.6'
// BE CAREFULL! Using this could potentially internationalize floats on some versions of arch eg. '1,6' instead of '1.6'
void WriteFloatToIni(const char *key, const float value)
{
char buf[32] = {0};