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

(-)libqtpod-0.4.2/src/utils.h.ORI (+1 lines)
Lines 41-46 Link Here
41
#endif
41
#endif
42
42
43
#include <vector>
43
#include <vector>
44
#include <algorithm>
44
45
45
#define MAC_EPOCH_DELTA 2082844800
46
#define MAC_EPOCH_DELTA 2082844800
46
47

Return to bug 1113