diff options
author | Pixel <Pixel> | 2002-05-28 20:07:17 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-05-28 20:07:17 +0000 |
commit | fef24239144eb44f2a29f32c7272a1dd725dbe37 (patch) | |
tree | 573b875ce64f008a3092d7d867a52a32e120a4bd /lzss.cpp | |
parent | e2fa0166aa8cb791e2e7d8b47adb6e07cbfcc549 (diff) |
lzss fixing
Diffstat (limited to 'lzss.cpp')
-rw-r--r-- | lzss.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -437,7 +437,7 @@ void lzss_comp(FILE * f_source, FILE * f_cible, long * delta) { free(r); } -#ifdef lzss_MAIN +#ifdef LZSS_MAIN char * fn1, * fn2, * pname; @@ -572,8 +572,8 @@ int main(int argc, char ** argv) { compress = 0; } - printm(M_BARE, -lzss_NAME " compressor/decompressor version " lzss_VERSION ",\n" + printm(M_BARE, /* +LZSS_MAIN " compressor/decompressor version " LZSS_VERSION ",\n" */ "Copyright (C) 2002 Nicolas \"Pixel\" Noble\n" "This software comes with ABSOLUTELY NO WARRANTY; see COPYING for details\n" "Thanks to Czar Dragon, for his little 'lzss' schemes FAQ.\n" |