On Mon, 17 Nov 1997, Angus Mezick wrote:
-> Chucky, since our magic hats aren't working, mind saying what the
-> blank is on line 1240? just for kicks look at that line, read it
-> carefully, and try to fingure out what is wrong with it.
BTW, the 'called object is not a function' error comes when you call
an array with parenthesis (I hate that word) instead of brackets.
Like:
char *test[] = { "one", "two", "three" };
printf("%s", test(1)); /* note that faulty use of () */
Just a little tidbit of info on what to look for on line 1240.
daniel koepke / dkoepke@california.com
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST