From a5c0b5204815370017d43e0d93cfd4addc872a07 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 24 Jan 2012 19:31:26 +0100 Subject: I am a pedant. --- mempodipper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mempodipper.c b/mempodipper.c index 5cd9c4a..27f7b88 100644 --- a/mempodipper.c +++ b/mempodipper.c @@ -157,7 +157,6 @@ unsigned long objdump_address() return 0; } char result[32]; - result[0] = 0; fgets(result, 32, command); pclose(command); return strtoul(result, NULL, 16); -- cgit v1.2.3-59-g8ed1b