summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/control/Script.cpp4
m---------vendor/librw0
m---------vendor/ogg0
m---------vendor/opus0
m---------vendor/opusfile0
5 files changed, 2 insertions, 2 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index 86c9e86e..45e17491 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -2488,7 +2488,7 @@ int8 CRunningScript::ProcessOneCommand()
if (commands[command].position == -1)
strcat(commandInfo, commands[command].name + sizeof("COMMAND_") - 1);
for (int i = 0; commands[command].input[i] != ARGTYPE_NONE; i++) {
- char tmp[16];
+ char tmp[32];
bool var = false;
int value;
switch (commands[command].input[i]) {
@@ -2552,7 +2552,7 @@ int8 CRunningScript::ProcessOneCommand()
m_nIp = ip;
ip = t;
for (int i = 0; commands[command].output[i] != ARGTYPE_NONE; i++) {
- char tmp[16];
+ char tmp[32];
switch (commands[command].output[i]) {
case ARGTYPE_INT:
case ARGTYPE_PED_HANDLE:
diff --git a/vendor/librw b/vendor/librw
-Subproject 4e8396af2656a0aec5d5092a3128d9df3dcaf4c
+Subproject e68ef1374d20071887348e9031f5fa38a2e4f7e
diff --git a/vendor/ogg b/vendor/ogg
-Subproject 684c73773e7e2683245ffd6aa75f04115b51123
+Subproject 36f969bb37559345ee03796ed625a9abd42c6db
diff --git a/vendor/opus b/vendor/opus
-Subproject 6bae366f9fef25191fc812c430e8abd40a13a23
+Subproject 034c1b61a250457649d788bbf983b3f0fb63f02
diff --git a/vendor/opusfile b/vendor/opusfile
-Subproject 6452e838e68e8f4fc0b3599523c760ac6276ce8
+Subproject 4174c26e0aaab19d01afdea0a46f7f95fdc6b3e