diff options
| -rwxr-xr-x | git-deli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ sourceItems = start . map words go f (("diff":"--git":(a':'/':path):_):ls) | SourceFile _ <- f = f : go (SourceFile path) ls | otherwise = go (SourceFile path) ls - go f (("@@":('-':inrange):('+':_):"@@":[]):ls) + go f (("@@":('-':inrange):('+':_):"@@":_):ls) | [Just a, Just b] <- map readMaybe $ split (== ',') inrange , a /= 0 , b /= 0 |
