]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dpdefs/menudefs.qc
strcat(): update QC defs to match implementation
[xonotic/darkplaces.git] / dpdefs / menudefs.qc
index 1278dd710a8052bd77db771c258db428be8c0904..b987491b7cf778c5ea33bcfb2f783851b5a60461 100644 (file)
@@ -246,7 +246,7 @@ string      fgets(float fhandle)  = #50;
 void   fputs(float fhandle, string s)  = #51;
 
 float  strlen(string s)  = #52;
-string strcat(string s1,string s2,...)  = #53;
+string strcat(string s, string...)  = #53;
 string substring(string s, float start, float length)  = #54;
 
 vector stov(string s)  = #55;