publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue