Fix some formatting warnings.
This commit is contained in:
parent
8af036eb1f
commit
a69ddf840c
2 changed files with 3 additions and 3 deletions
|
@ -189,9 +189,9 @@ void GameButton::Draw(UIContext &dc) {
|
|||
|
||||
char discNumInfo[8];
|
||||
if (ginfo->disc_total > 1)
|
||||
sprintf(discNumInfo, "-DISC%d",ginfo->disc_number);
|
||||
sprintf(discNumInfo, "-DISC%d", ginfo->disc_number);
|
||||
else
|
||||
sprintf(discNumInfo, "");
|
||||
strcpy(discNumInfo, "");
|
||||
|
||||
dc.Draw()->Flush();
|
||||
dc.RebindTexture();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue