(svn r17221) -Change [NoAI] [FS#3101]: when the API requests a string as parameter allow every squirrel type and convert to a string
This commit is contained in:
@@ -375,7 +375,7 @@ BEGIN {
|
||||
sub("^[ ]*", "", params[len])
|
||||
if (match(params[len], "\\*") || match(params[len], "&")) {
|
||||
if (match(params[len], "^char")) {
|
||||
types = types "s"
|
||||
types = types "."
|
||||
} else if (match(params[len], "^void")) {
|
||||
types = types "p"
|
||||
} else if (match(params[len], "^Array")) {
|
||||
|
||||
Reference in New Issue
Block a user