diff options
Diffstat (limited to 'src/System')
-rw-r--r-- | src/System/Torrent/Storage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System/Torrent/Storage.hs b/src/System/Torrent/Storage.hs index c33be89c..99d164f2 100644 --- a/src/System/Torrent/Storage.hs +++ b/src/System/Torrent/Storage.hs | |||
@@ -299,7 +299,7 @@ readFD fd @ FD {..} offset reqSize = | |||
299 | readAhead fd offset expSize | 299 | readAhead fd offset expSize |
300 | return $ Right bs | 300 | return $ Right bs |
301 | 301 | ||
302 | -- TODO | 302 | -- TODO implement COW; needed for applications which want to change files. |
303 | writeFD :: FD -> ByteString -> Offset -> IO () | 303 | writeFD :: FD -> ByteString -> Offset -> IO () |
304 | writeFD FD {..} bs offset = return () | 304 | writeFD FD {..} bs offset = return () |
305 | 305 | ||