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

(-)a/kpdf/xpdf/splash/SplashErrorCodes.h (-2 / +2 lines)
Lines 29-36 Link Here
29
29
30
#define splashErrSingularMatrix  8	// matrix is singular
30
#define splashErrSingularMatrix  8	// matrix is singular
31
31
32
#define splashErrZeroImage       9      // image of 0x0
33
34
#define splashErrBadArg          9	// bad argument
32
#define splashErrBadArg          9	// bad argument
35
33
34
#define splashErrZeroImage       10	// image of 0x0
35
36
#endif
36
#endif

Return to bug 1175