This commit is contained in:
Joey Hess 2015-12-06 16:36:35 -04:00
parent 4591569607
commit 969d54f914
Failed to extract signature

View file

@ -288,7 +288,6 @@ fileNameLengthLimit dir = do
if l <= 0 if l <= 0
then return 255 then return 255
else return $ minimum [l, 255] else return $ minimum [l, 255]
where
#endif #endif
{- Given a string that we'd like to use as the basis for FilePath, but that {- Given a string that we'd like to use as the basis for FilePath, but that