From 30f218eb43414407ff8fad136ac1b14d419c29b5 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 20 Jun 2003 14:08:16 +0000 Subject: Compiling again --- lzss-main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lzss-main.cpp') diff --git a/lzss-main.cpp b/lzss-main.cpp index 87d2a0f..ed07eec 100644 --- a/lzss-main.cpp +++ b/lzss-main.cpp @@ -18,8 +18,8 @@ */ #include -#include #include +#include #include #include "Input.h" #include "Output.h" @@ -158,7 +158,7 @@ void dump(void) { } virtual int startup() throw (GeneralException) { - long length = -1; + int length = -1; Handle * f1, * f2; int p, show = 0; int c, s, t; -- cgit v1.2.3