This commit is contained in:
Joey Hess 2011-03-23 02:15:26 -04:00
parent c43e3b5c78
commit cd1cb52652

View file

@ -202,5 +202,5 @@ badsizeNote dest expected got = "Bad file size (" ++ aside ++ "); moved to " ++
got' = roughSize True got
aside =
if expected' == got'
then show expected ++ " not " ++ show got
else expected' ++ " not " ++ got'
then show got ++ " not " ++ show expected
else got' ++ " not " ++ expected'