diff options
Diffstat (limited to 'src/ZNC.hs')
| -rw-r--r-- | src/ZNC.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ data Event | ParseError deriving (Show) +-- | Returned vector has one entry for each line in the file, excepting the +-- empty "line" after the final newline, if any. preparseLog :: ByteString -> VS.Vector Word32 preparseLog = VS.fromList . findLineStarts 0 where |
