From 88ba1d04480e5350476291aaa9a400dc571bbc75 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 12 Jul 2005 13:46:47 +0000 Subject: sync --- src/decompress.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decompress.c') diff --git a/src/decompress.c b/src/decompress.c index dea2bca..0efd82c 100644 --- a/src/decompress.c +++ b/src/decompress.c @@ -7,9 +7,9 @@ #define HUGEBLOCK (1024*1024) int main(int argc, char **argv) { -// int infile = open("/Volumes/DasTelefonbuch/atb/phonebook.db", O_RDONLY); + int infile = open("/Volumes/DasTelefonbuch/atb/phonebook.db", O_RDONLY); - int infile = open( argv[1], O_RDONLY); +// int infile = open( argv[1], O_RDONLY); printf( "%i\n", infile ); unsigned const char xorkey [XORLEN] = "Just for Fun. Linus Torvalds."; -- cgit v1.2.3