> gcc -DLINUX -c -O3 -m486 -ggdb -Wall magic.c > magic.c:3160: unterminated character constant > make: *** [magic.o] Error 1 > > Here is the snippit. Also, I did not edit this statement > at all, and it worked and compiled around 15 minutes before... > > if ( !(obj = get_obj_in_dark (ch, buf, ch->inv)) ) { > act ("You can't find that.", FALSE, ch, 0, 0, TO_CHAR); > return; Check the character string before this one to see if the previous one is unterminated. Taran. Reign of Towers bpape@ezl.com
This archive was generated by hypermail 2b30 : 12/18/00 PST