summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2009-01-25 10:00:16 +0000
committerThomas Osterried <thomas@osterried.de>2009-01-25 10:00:16 +0000
commitde13d02002634c6f1c531e691bea4c80303b365a (patch)
treedfbac08be4c67a367475a5b4b665b1852c2f1507
parent1585e6380a9a4dbcb89a2f5f19df40aa9b024ce5 (diff)
removed debug code
-rw-r--r--call/call.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/call/call.c b/call/call.c
index a365b9e..065497f 100644
--- a/call/call.c
+++ b/call/call.c
@@ -537,7 +537,6 @@ int start_ab_download(int mode, WINDOW ** swin, wint * wintab,
(!(parms[crcst - 2] == '#' && parms[crcst - 1] == '|')); crcst++);
if (crcst < parmsbytes - 1) {
-fprintf(stderr, "foo\n");
gp->file_crc = atoi(parms + crcst);
for (datest = crcst; datest < parmsbytes - 1 &&
@@ -545,7 +544,6 @@ fprintf(stderr, "foo\n");
datest++);
if (datest < parmsbytes -1) {
-fprintf(stderr, "xxx %d %d\n", datest, parmsbytes);
date = (int) strtol(parms + datest, NULL, 16);
ft.tm_sec = (date & 0x1F) * 2;
date >>= 5;