Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 418033
Collapse All | Expand All

(-)pcregrep.c~ (-2 / +2 lines)
Lines 1584-1590 Link Here
1584
BZFILE *inbz2 = NULL;
1584
BZFILE *inbz2 = NULL;
1585
#endif
1585
#endif
1586
1586
1587
#if defined SUPPORT_LIBZ || defined SUPPORT_LIBZ2
1587
#if defined SUPPORT_LIBZ || defined SUPPORT_LIBBZ2
1588
int pathlen;
1588
int pathlen;
1589
#endif
1589
#endif
1590
1590
Lines 1667-1673 Link Here
1667
argument at top level, we don't show the file name, unless we are only showing
1667
argument at top level, we don't show the file name, unless we are only showing
1668
the file name, or the filename was forced (-H). */
1668
the file name, or the filename was forced (-H). */
1669
1669
1670
#if defined SUPPORT_LIBZ || defined SUPPORT_LIBZ2
1670
#if defined SUPPORT_LIBZ || defined SUPPORT_LIBBZ2
1671
pathlen = (int)(strlen(pathname));
1671
pathlen = (int)(strlen(pathname));
1672
#endif
1672
#endif
1673
1673

Return to bug 418033