aboutsummaryrefslogtreecommitdiff
path: root/ld/testplug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testplug.c')
-rw-r--r--ld/testplug.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ld/testplug.c b/ld/testplug.c
index 483f0f0..645004e 100644
--- a/ld/testplug.c
+++ b/ld/testplug.c
@@ -176,10 +176,7 @@ record_read_length (const char *length)
while (*tmp != '\0' && isdigit (*tmp))
++tmp;
if (*tmp != '\0' || *length == '\0')
- {
- fprintf (stderr, "APB: Bad length string: %s\n", tmp);
- return LDPS_ERR;
- }
+ return LDPS_ERR;
bytes_to_read_before_claim = atoi (length);
return LDPS_OK;