Subj : CVS commit src/sbbs3/listfile.cpp To : All From : rswindell Date : Tue Sep 13 2005 11:30 pm src/sbbs3 listfile.cpp 1.41 1.42 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv25777 Modified Files: listfile.cpp Log Message: Bug-fix: when moving files using the 'R'emove/edit file prompt (sbbs_t:::listfileinfo), long filenames would be shortened to micros~1 shortened filenames (on Win32 only). This bug was fixed by simply using the same movefile() function called from the batch flagging prompt (sbbs_t::batchflagprompt) ,where this bug was already fixed in v3.13a. .