diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-13 01:24:08 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-13 01:24:08 (GMT) |
commit | 45a357fd1704e9c6d2d8037277bda62e8c86308e (patch) | |
tree | 55cff5ceae829ff651af18bf4129b9db119a7379 /programs/bench.c | |
parent | e38c268b5a4b9289c29ad4d11c8f81c13b52464c (diff) | |
download | lz4-45a357fd1704e9c6d2d8037277bda62e8c86308e.zip lz4-45a357fd1704e9c6d2d8037277bda62e8c86308e.tar.gz lz4-45a357fd1704e9c6d2d8037277bda62e8c86308e.tar.bz2 |
Improved sparse file support
Diffstat (limited to 'programs/bench.c')
-rw-r--r-- | programs/bench.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/bench.c b/programs/bench.c index 0ed7fcb..b632314 100644 --- a/programs/bench.c +++ b/programs/bench.c @@ -19,8 +19,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. You can contact the author at : - - LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html - - LZ4 source repository : http://code.google.com/p/lz4/ + - LZ4 source repository : https://github.com/Cyan4973/lz4 + - LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c */ /************************************** |