Opened 19 years ago

Closed 18 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)

patch (382 bytes) - added by vincent-opdarw@… 19 years ago.
patch for colordiff

Download all attachments as: .zip

Change History (4)

Changed 19 years ago by vincent-opdarw@…

Attachment: patch added

patch for colordiff

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 bugBUG: colordiff regexp bug

comment:3 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Committed. Thanks!

Note: See TracTickets for help on using tickets.