Skip to content

Commit

Permalink
eg/svndump_stats.pl: fix example, following Nick's patch
Browse files Browse the repository at this point in the history
  • Loading branch information
book committed Apr 5, 2010
1 parent 2981661 commit 9685a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eg/svndump_stats.pl
Expand Up @@ -11,7 +11,7 @@
my %kind;
while ( my $record = $dump->next_record() ) {
$type{ $record->type() }++;
$kind{ $record->get_headers()->{'Node-action'} }++
$kind{ $record->get_header('Node-action') }++
if $record->type() eq 'node';
}

Expand Down

0 comments on commit 9685a9d

Please sign in to comment.