mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
NstImageDatabase: Use dword for number of items in database log
This commit is contained in:
parent
3e20e91482
commit
2b6cc3c415
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue