Opened 19 years ago
Closed 19 years ago
#4130 closed defect (fixed)
BUG: colordiff regexp bug
Reported by: | vincent-opdarw@… | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
There's a bug in a regexp. It was fixed in Debian (Debian bug 246679), so here's the fix (thanks to Robert Luberda):
- elsif ($record =~ /\*\*\*/) {
+ elsif ($record =~ /\*\*\*/) {
Attachments (1)
Change History (4)
Changed 19 years ago by vincent-opdarw@…
comment:1 Changed 19 years ago by blb@…
Owner: | changed from darwinports-bugs@… to landonf@… |
---|
Assigning to maintainer.
comment:2 Changed 19 years ago by mww@…
Summary: | colordiff regexp bug → BUG: colordiff regexp bug |
---|
comment:3 Changed 19 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed. Thanks!
Note: See
TracTickets for help on using
tickets.
patch for colordiff