By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1944
Collapse All | Expand All

(-)trinity-kasablanca-14.0.0~pre22+07aa7379/src/ftpthread.cpp.ORI (-2 / +2 lines)
Lines 1094-1101 Link Here
1094
1094
1095
bool FtpThread::FormatFilelist(const char *filename, TQString current, filist *dirtable, filist *filetable)
1095
bool FtpThread::FormatFilelist(const char *filename, TQString current, filist *dirtable, filist *filetable)
1096
{
1096
{
1097
	int i, blocks, space, month_int = 1;
1097
	int i, blocks, space, month_int = 1, loc;
1098
	unsigned int loc, fileloc, datebegin, sizebegin = 0;
1098
	unsigned int fileloc, datebegin, sizebegin = 0;
1099
	string buffer, filestring;
1099
	string buffer, filestring;
1100
1100
1101
	FILE* dirfile;
1101
	FILE* dirfile;

Return to bug 1944