diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:40:18 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:40:18 +0000 |
commit | 1df8b167e42bcbcb0a102d8c41adb29efa5eebfd (patch) | |
tree | 3d520142fdf1756250c93f6828fb75b89dc6d4fa /dec_stream.cc | |
parent | Adding upstream version 1.3~pre1. (diff) | |
download | plzip-upstream/1.3.tar.xz plzip-upstream/1.3.zip |
Adding upstream version 1.3.upstream/1.3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | dec_stream.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dec_stream.cc b/dec_stream.cc index 64eaa30..a814194 100644 --- a/dec_stream.cc +++ b/dec_stream.cc @@ -1,6 +1,6 @@ /* Plzip - Parallel compressor compatible with lzip Copyright (C) 2009 Laszlo Ersek. - Copyright (C) 2009-2014 Antonio Diaz Diaz. + Copyright (C) 2009-2015 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -213,7 +213,7 @@ public: // Search forward from 'pos' for "LZIP" (Boyer-Moore algorithm) -// Return pos of found string or 'pos+size' if not found. +// Returns pos of found string or 'pos+size' if not found. // int find_magic( const uint8_t * const buffer, const int pos, const int size ) { |