Make spcomp2 cry less

This commit is contained in:
xPaw
2015-03-11 15:19:27 +02:00
parent a25090de4b
commit 0ccb99137a
11 changed files with 307 additions and 152 deletions

View File

@@ -190,7 +190,7 @@ native SQL_IsNull(Handle:query, column);
* SQL_ReadResult(query, 1, num2)
* SQL_ReadResult(query, 2, str, 31)
*/
native SQL_ReadResult(Handle:query, column, {Float,_}:...);
native SQL_ReadResult(Handle:query, column, any:...);
/**