Skip to content

Commit 1ffd321

Browse files
committed
[css2] Fixed bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4023
1 parent caa114e commit 1ffd321

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css2/bin/Attic/mkidx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Table headers can be specified through the '-th' option.
88
#
99
# Arnaud Le Hors - lehors@w3.org
10-
# $Id: mkidx,v 1.4 1997-08-01 13:29:16 ijacobs Exp $
10+
# $Id: mkidx,v 1.5 1997-08-01 14:37:37 ijacobs Exp $
1111

1212
$PROGNAME = substr($0, rindex($0, "/") + 1);
1313

@@ -51,8 +51,8 @@ foreach $file (@ARGV) {
5151
open(OUTPUT, "> $indexf");
5252
$curindex = ();
5353
$curletter = ();
54-
$lastcmt = ();
5554
foreach $key (sort(keys %indexes)) {
55+
$lastcmt = ();
5656
foreach $item (@{$indexes{$key}}) {
5757
$cmt = ();
5858
($index, $url, $cmt) = split(/;/, $item, 3);

css2/bin/mkidx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Table headers can be specified through the '-th' option.
88
#
99
# Arnaud Le Hors - lehors@w3.org
10-
# $Id: mkidx,v 1.4 1997-08-01 13:29:16 ijacobs Exp $
10+
# $Id: mkidx,v 1.5 1997-08-01 14:37:37 ijacobs Exp $
1111

1212
$PROGNAME = substr($0, rindex($0, "/") + 1);
1313

@@ -51,8 +51,8 @@ foreach $file (@ARGV) {
5151
open(OUTPUT, "> $indexf");
5252
$curindex = ();
5353
$curletter = ();
54-
$lastcmt = ();
5554
foreach $key (sort(keys %indexes)) {
55+
$lastcmt = ();
5656
foreach $item (@{$indexes{$key}}) {
5757
$cmt = ();
5858
($index, $url, $cmt) = split(/;/, $item, 3);

0 commit comments

Comments
 (0)