]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dpdefs/csprogsdefs.qc
strcat(): update QC defs to match implementation
[xonotic/darkplaces.git] / dpdefs / csprogsdefs.qc
index b396e84b9f2bc5c90ea3dbfda9a4b018d07fcaab..d78e6b0b425c3a0fe5e5cf9e6f5d3dadc6e4b684 100644 (file)
@@ -430,7 +430,7 @@ void(float fhandle) fclose = #111;
 string(float fhandle) fgets = #112;
 void(float fhandle, string s) fputs = #113;
 float(string s) strlen = #114;
-string(...) strcat = #115;
+string(string s, string...) strcat = #115;
 string(string s, float start, float length) substring = #116;
 vector(string) stov = #117;
 string(string s) strzone = #118;