mirror of
https://github.com/libretro/nestopia.git
synced 2025-10-14 02:07:20 +08:00
NstImageDatabase: Use dword for number of items in database log
This commit is contained in:
@@ -1611,7 +1611,7 @@ namespace Nes
|
||||
}
|
||||
|
||||
Log() << "Database: "
|
||||
<< (items.end - items.begin)
|
||||
<< static_cast<dword>(items.end - items.begin)
|
||||
<< " items imported from "
|
||||
<< (overrideStream ? "internal & external" : "internal")
|
||||
<< " DB" NST_LINEBREAK;
|
||||
|
Reference in New Issue
Block a user