summaryrefslogtreecommitdiff
path: root/lzss-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lzss-main.cpp')
-rw-r--r--lzss-main.cpp4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
-#include <stdlib.h>
#include <string.h>
+#include <stdlib.h>
#include <getopt.h>
#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;