mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-10 15:52:12 +00:00
Update builtin.h
This commit is contained in:
parent
adcbe1f232
commit
0af8f5fff7
@ -469,7 +469,7 @@ boost::any ZSFunction(const string& name, const vector<boost::any>& args)
|
||||
return v;
|
||||
}
|
||||
else if (name == "ZS.System.Command")
|
||||
temp = system(StringRaw(AnyAsString(args.at(0))));
|
||||
int temp = system(StringRaw(AnyAsString(args.at(0))));
|
||||
else
|
||||
LogWarning("ZS function \'" + name + "\' does not exist.");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user