> This seemed nice so I tried it out, and I get two errors with strcpy: > 1131: > strcpy(buf1, "%s is followed by:\n\r", GET_NAME(d->character)); > 1137: > strcpy(buf1, "%s%s", GET_NAME(f->follower), (!next ? "\n\r" : ", ")); My guess would be that you need "sprintf", not "strcpy" :) -Gg of DS
This archive was generated by hypermail 2b30 : 12/07/00 PST