diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-10-14 20:04:01 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-10-14 20:04:01 +0000 |
| commit | 9a20fa0db8f16dd9b96b799313aa582e7c55484a (patch) | |
| tree | c33da6f6cb202dac161fc6c4baca12be615a6b94 | |
| parent | 1c334c0ec8376621d09c2391371fce415d4a32e7 (diff) | |
| download | pcsxr-9a20fa0db8f16dd9b96b799313aa582e7c55484a.tar.gz | |
ostr overflow (Cyrez);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91820 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rwxr-xr-x | libpcsxcore/disr3000a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/disr3000a.c b/libpcsxcore/disr3000a.c index a403f0ff..bf8bb70e 100755 --- a/libpcsxcore/disr3000a.c +++ b/libpcsxcore/disr3000a.c @@ -23,7 +23,7 @@ #include "psxcommon.h" -char ostr[256]; +char ostr[512]; // Names of registers char *disRNameGPR[] = { |
