summaryrefslogtreecommitdiff
path: root/src/decompress.c
diff options
context:
space:
mode:
authorerdgeist <>2005-07-12 13:46:47 +0000
committererdgeist <>2005-07-12 13:46:47 +0000
commit88ba1d04480e5350476291aaa9a400dc571bbc75 (patch)
treefed494a726fbd09994668212c88ab3d4cce444fb /src/decompress.c
parentb1d066634b4ad459a58ea8cdf05aee42680ba2b2 (diff)
sync
Diffstat (limited to 'src/decompress.c')
-rw-r--r--src/decompress.c4
1 files changed, 2 insertions, 2 deletions
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 @@
7#define HUGEBLOCK (1024*1024) 7#define HUGEBLOCK (1024*1024)
8 8
9int main(int argc, char **argv) { 9int main(int argc, char **argv) {
10// int infile = open("/Volumes/DasTelefonbuch/atb/phonebook.db", O_RDONLY); 10 int infile = open("/Volumes/DasTelefonbuch/atb/phonebook.db", O_RDONLY);
11 11
12 int infile = open( argv[1], O_RDONLY); 12// int infile = open( argv[1], O_RDONLY);
13 printf( "%i\n", infile ); 13 printf( "%i\n", infile );
14 14
15 unsigned const char xorkey [XORLEN] = "Just for Fun. Linus Torvalds."; 15 unsigned const char xorkey [XORLEN] = "Just for Fun. Linus Torvalds.";