Files
scummvm/gui
Joel Teichroeb 51dceaf165 GUI: Use Common::String for console history, to ensure buffer safety.
Previously, if the user enters a command that is more than 256
characters, it will overflow the history buffer.

By using a Common::String, this is not possible.
2013-11-14 15:23:01 +00:00
..
2013-05-17 00:18:09 +03:00
2013-09-09 00:46:03 +03:00
2013-05-17 00:18:09 +03:00
2013-05-17 00:18:09 +03:00
2013-09-30 14:36:59 +03:00