fixed bug amb462

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401021
This commit is contained in:
David Anderson 2007-06-25 14:58:59 +00:00
parent ca3d74be45
commit 25dc806a2e

View File

@ -53,7 +53,7 @@ native WritePackFloat(Handle:pack, Float:val);
* @noreturn * @noreturn
* @error Invalid handle. * @error Invalid handle.
*/ */
native WritePackString(Handle:pack, String:str[]); native WritePackString(Handle:pack, const String:str[]);
/** /**
* Reads a cell from a data pack. * Reads a cell from a data pack.