Ticket #4130: patch

File patch, 382 bytes (added by vincent-opdarw@…, 19 years ago)

patch for colordiff

  • colordiff

    old new  
    153153    }
    154154    # Context diffs are the only flavour having '***'
    155155    # at the start of a line
    156     elsif ($record =~ /\*\*\*/) {
     156    elsif ($record =~ /^\*\*\*/) {
    157157        $diff_type = 'diffc';
    158158    }
    159159    # Plain diffs have NcN, NdN and NaN etc.