projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9181f28
)
Fix typo in restore.pl.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 30 Jul 2008 20:06:54 +0000
(13:06 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Wed, 30 Jul 2008 20:06:54 +0000
(13:06 -0700)
contrib/restore.pl
patch
|
blob
|
history
diff --git
a/contrib/restore.pl
b/contrib/restore.pl
index
0af9dea
..
40ac469
100755
(executable)
--- a/
contrib/restore.pl
+++ b/
contrib/restore.pl
@@
-130,7
+130,7
@@
sub load_ref {
if $object_size != $1;
($start, $length) = (0, $1 + 0);
} elsif ($range =~ m/^\[(\d+)\]$/) {
- ($start, $length) = (0, $
3
+ 0);
+ ($start, $length) = (0, $
1
+ 0);
} elsif ($range =~ m/^\[(\d+)\+(\d+)\]$/) {
($start, $length) = ($1 + 0, $2 + 0);
} else {