X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fshared%2Fdfzip.pas;h=0d2ac8a4b3fbc2d23688229650d09397898b0c6f;hb=6e52b3dc2eb459c745e571dfef5afb5c2ccd546f;hp=ade97a59e1641020dec233c0ff0abdb8c4daba04;hpb=c31a0cde6506576625aab584c2c45aac9168f2dd;p=d2df-editor.git diff --git a/src/shared/dfzip.pas b/src/shared/dfzip.pas index ade97a5..0d2ac8a 100644 --- a/src/shared/dfzip.pas +++ b/src/shared/dfzip.pas @@ -2,8 +2,7 @@ * * 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 - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * the Free Software Foundation, version 3 of the License ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -328,7 +327,7 @@ begin ds.position := nfoofs; writeInt(ds, LongWord(result.crc)); // crc32 ds.position := oldofs; - write('(S) '); + //write('(S) '); end; end;