mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[librptexture] ICOPrivate::loadImage_Win3(): Minor adjustment to the assertion message.
This commit is contained in:
parent
11da731ef7
commit
222f2456fd
@ -714,7 +714,7 @@ rp_image_const_ptr ICOPrivate::loadImage_Win3(void)
|
||||
switch (bitcount) {
|
||||
default:
|
||||
// Not supported yet...
|
||||
assert(!"Win3.x icon format is not supported!");
|
||||
assert(!"This Win3.x icon format is not supported yet!");
|
||||
return {};
|
||||
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user