Paul Bean - 2004-01-10

Logged In: YES
user_id=373192

Alright, I fixed the copyover problem compliantly after sending
the message, just change it to BIN_DIR in comm.c
--Original comm.c--
if (!getcwd(CWDIR, 1024))
strcpy(CWDIR, AREA_DIR);
--New comm.c--
if (!getcwd(CWDIR, 1024))
strcpy(CWDIR, BIN_DIR);

hope that helps