Skip to content

Commit

Permalink
head 2025-01-02 13:23:44+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrk committed Jan 2, 2025
1 parent 394b26b commit 6c3625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Darcs/Patch/Prim/FileUUID/ObjectMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import System.Posix.Types ( FileID, CIno(..) )
type FileContent = B.ByteString

unFileID :: FileID -> Word64
unFileID (CIno x) = x
unFileID (CIno x) = fromIntegral x

data UUID
= Root
Expand Down

0 comments on commit 6c3625a

Please sign in to comment.