chiark / gitweb /
Fix an undef reference in error message processing when quilt fixup linearisation...
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 31b5bf4c9359842c421709f6c2c20f50a1b5d406..0d558c0c8882f0a630d32678486aad123e8719d5 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2270,7 +2270,7 @@ sub quiltify ($$) {
            my $s = $abbrev->($notp);
            my $c = $notp->{Child};
            $s .= "..".$abbrev->($c) if $c;
-           $s .= ": ".$c->{Whynot};
+           $s .= ": ".$notp->{Whynot};
            return $s;
        };
        if ($quilt_mode eq 'linear') {