aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mempodipper.c1
1 files changed, 0 insertions, 1 deletions
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);