Fixed crecall() to take from 1 - 5 arguments
authorAri Johnson <ari@theari.com>
Thu, 7 Jun 2007 23:06:25 +0000 (23:06 +0000)
committerAri Johnson <ari@theari.com>
Thu, 24 Mar 2011 15:58:45 +0000 (15:58 +0000)
(cherry picked from commit b9adb8771bc4f09acb17c8035161b670acde6dc3)

src/function.c

index c7b41e428ea5a692549570f357487fcceae3b013..328b40cd1a2a775517a3ae7cdcdb275935a4d7ff 100644 (file)
@@ -315,7 +315,7 @@ FUNTAB flist[] = {
   {"CLOCK", fun_clock, 1, 2, FN_REG},
   {"CMSGS", fun_cinfo, 1, 1, FN_REG},
   {"COWNER", fun_cowner, 1, 1, FN_REG},
-  {"CRECALL", fun_crecall, 3, 5, FN_REG},
+  {"CRECALL", fun_crecall, 1, 5, FN_REG},
   {"CSTATUS", fun_cinfo, 1, 1, FN_REG},
   {"CTITLE", fun_ctitle, 2, 2, FN_REG},
   {"CUSERS", fun_cinfo, 1, 1, FN_REG},