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 2948
Collapse All | Expand All

(-)a/src/smartauthmon.cpp (+2 lines)
Lines 228-233 TQString get_file(TQString prefix, TQString mode) { Link Here
228
		usleep(100000);	// [FIXME] Here I assume that the entire file will be written (after it was created) within 100us.  This may not be correct in all cases!
228
		usleep(100000);	// [FIXME] Here I assume that the entire file will be written (after it was created) within 100us.  This may not be correct in all cases!
229
		return TQString("3F00_%1").arg(file);
229
		return TQString("3F00_%1").arg(file);
230
	}
230
	}
231
232
	return TQString("");
231
}
233
}
232
234
233
void createfile(TQString prefix, TQString mode)
235
void createfile(TQString prefix, TQString mode)

Return to bug 2948