mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
fix off by one error in OSD
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2347 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2b48640441
commit
ffa56ed61a
@ -34,7 +34,7 @@ struct MESSAGE
|
||||
str[255] = '\0';
|
||||
dwTimeStamp = dw;
|
||||
}
|
||||
char str[255];
|
||||
char str[256];
|
||||
u32 dwTimeStamp;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user