Revert "cosider different size of size_t type on 32bits and 64bits arches"
This reverts commit 9faf3acf2f
and applies correct patch (thx for Damien Leone for pointing this)
Conflicts:
src/ncmpcpp.cpp
This commit is contained in:
@@ -1798,7 +1798,7 @@ int main(int argc, char *argv[])
|
||||
size_t number = StrToLong(wFooter->GetString());
|
||||
UnlockStatusbar();
|
||||
if (number && Mpd.AddRandomSongs(number))
|
||||
ShowMessage(SIZE_T_FORMAT " random song%s added to playlist!", number, number == 1 ? "" : "s");
|
||||
ShowMessage("%zu random song%s added to playlist!", number, number == 1 ? "" : "s");
|
||||
}
|
||||
else if (myScreen == myBrowser)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user