mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
various warnings
warnings cleanup
This commit is contained in:
parent
83cbf6c66e
commit
a621cc5100
9 changed files with 20 additions and 10 deletions
|
|
@ -97,7 +97,7 @@ namespace TorqueScript
|
|||
{
|
||||
char buffer[4096];
|
||||
va_list args;
|
||||
va_start(args, &string);
|
||||
va_start(args, string);
|
||||
dVsprintf(buffer, sizeof(buffer), string, args);
|
||||
va_end(args);
|
||||
return evaluate(buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue