summaryrefslogtreecommitdiffstats
path: root/src/nolo.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-10 12:23:54 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-10 12:23:54 +0200
commitadbe2dabadda68ca64ce1f7ed6ef675bc76fd52e (patch)
treea757c4b38b7f4881f8f27d38afac8d266397ff1d /src/nolo.c
parent4b7769a67d45dc716e61f8850c957642b3e09de1 (diff)
download0xFFFF-adbe2dabadda68ca64ce1f7ed6ef675bc76fd52e.tar.bz2
Remove old hexdup.c code
Diffstat (limited to 'src/nolo.c')
-rw-r--r--src/nolo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nolo.c b/src/nolo.c
index 54c46e7..b98ec40 100644
--- a/src/nolo.c
+++ b/src/nolo.c
@@ -27,8 +27,6 @@
#include "image.h"
#include "printf-utils.h"
-#include "hexdump.h"
-
#define CMD_WRITE 64
#define CMD_QUERY 192
@@ -53,7 +51,7 @@ static void query_error_message()
if (nolomsg[0] == '\0') {
printf(" (.. silence ..)\n");
} else {
- dump_bytes((unsigned char *)nolomsg, 128);
+// dump_bytes((unsigned char *)nolomsg, 128);
do {
printf(" - %s\n", nolomsg+len);
len+=strlen(nolomsg+len)+1;