mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 13:20:45 +00:00
Fix error passing base::string in sprintf() like routine.
This commit is contained in:
parent
36d532df21
commit
eb1815d44e
@ -113,7 +113,7 @@ void SpritePropertiesCommand::onExecute(Context* context)
|
||||
usprintf(buf, "%dx%d (%s)",
|
||||
sprite->getWidth(),
|
||||
sprite->getHeight(),
|
||||
get_pretty_memory_size(sprite->getMemSize()));
|
||||
get_pretty_memory_size(sprite->getMemSize()).c_str());
|
||||
|
||||
size->setText(buf);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user