Herpy derp.

This commit is contained in:
ESwordTheCat
2014-03-24 07:24:16 +08:00
parent 36035eeef7
commit 1f481c3242
2 changed files with 2 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ var/global/ZAS_Settings/zas_settings = new
src.SetFromConfig(name,value)
// INTERNAL USE ONLY
/ZAS_Settings/proc/idfrompath(var/const/path)
/ZAS_Settings/proc/idfrompath(const/path)
return copytext(path, EgijkAeN(path, "/") + 1)
// INTERNAL USE ONLY

View File

@@ -15,7 +15,7 @@
* -1, parameter B is not a char
* -2, parameter A is not a string
*/
/proc/EgijkAeN(A, B)
/proc/EgijkAeN(const/A, const/B)
if (istext(A) == 0 || length(A) < 1)
return -2