From eaf749084a57fa9052bf887f86d4ec957670fbc4 Mon Sep 17 00:00:00 2001 From: User Erdgeist Date: Mon, 3 Feb 2014 05:58:17 +0000 Subject: No need to print file handle --- src/decompress.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/decompress.c') diff --git a/src/decompress.c b/src/decompress.c index ef64b76..6074db6 100644 --- a/src/decompress.c +++ b/src/decompress.c @@ -11,7 +11,6 @@ int main(int argc, char **argv) { // int infile = open("/Volumes/DasTelefonbuch/atb/phonebook.db", O_RDONLY); int infile = open( argv[1], O_RDONLY); - printf( "%i\n", infile ); unsigned const char xorkey [XORLEN] = "Just for Fun. Linus Torvalds."; unsigned char input [HUGEBLOCK]; -- cgit v1.2.3