diff --git a/src/sbbs3/listfile.cpp b/src/sbbs3/listfile.cpp index 54fbc29e3d6d1cbd6a60328d70582c0e65f4fa51..07a99756eab82ef7979647424e3e0dfb00f1a12a 100644 --- a/src/sbbs3/listfile.cpp +++ b/src/sbbs3/listfile.cpp @@ -8,7 +8,7 @@ * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -1018,7 +1018,7 @@ int sbbs_t::listfileinfo(uint dirnum, char *filespec, long mode) break; ultoa(f.cdt,str,10); bputs(text[EditCreditValue]); - getstr(str,7,K_NUMBER|K_EDIT|K_AUTODEL); + getstr(str,10,K_NUMBER|K_EDIT|K_AUTODEL); if(sys_status&SS_ABORT) break; f.cdt=atol(str);