FreeBSD Bugzilla – Attachment 14288 Details for
Bug 26851
Buglet breaks cvsweb in Perl5 environment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 711 bytes, created by
David Wolfskill
on 2001-04-25 20:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Wolfskill
Created:
2001-04-25 20:20:02 UTC
Size:
711 bytes
patch
obsolete
>--- /usr/ports/devel/cvsweb/work/cvsweb/cvsweb.cgi Wed Apr 25 10:40:40 2001 >+++ cvsweb.cgi Wed Apr 25 11:15:10 2001 >@@ -87,6 +87,7 @@ > $use_moddate $has_zlib $gzip_open > $allow_tar @tar_options @gzip_options @cvs_options > $LOG_FILESEPARATOR $LOG_REVSEPARATOR >+ @h > ); > > sub printDiffSelect($); >@@ -1106,11 +1107,11 @@ > > sub htmlify_sub(&$) { > (my $proc, local $_) = @_; >- local @_ = split(m`(<a [^>]+>[^<]*</a>)`i); >+ local @h = split(m`(<a [^>]+>[^<]*</a>)`i); > my $linked; > my $result = ''; > >- while (($_, $linked) = splice(@_, 0, 2)) { >+ while (($_, $linked) = splice(@h, 0, 2)) { > &$proc(); > $result .= $_ if defined($_); > $result .= $linked if defined($linked);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26851
: 14288