This commit is contained in:
Jay McCarthy 2014-04-14 11:52:53 -06:00
parent 445189bcfa
commit 1df71a96e0

View File

@ -202,7 +202,7 @@
[st (if (empty? (hash-ref ht 'tags))
(hash-set st ':no-tag: #t)
st)]
[st (if (hash-ref ht 'checksum-error)
[st (if (hash-ref ht 'checksum-error #f)
(hash-set st ':error: #t)
st)]
[st (if (equal? "" (hash-ref ht 'description ""))