|
|
@ -777,7 +777,7 @@ bool plotit(wordlist *wl, const char *hcopy, const char *devname) |
|
|
/* Now check for 0-length vectors. */ |
|
|
/* Now check for 0-length vectors. */ |
|
|
for (d = vecs; d; d = d->v_link2) { |
|
|
for (d = vecs; d; d = d->v_link2) { |
|
|
if (!d->v_length) { |
|
|
if (!d->v_length) { |
|
|
fprintf(cp_err, "Error(plotit.c--plotit): %s: no such vector\n", |
|
|
|
|
|
|
|
|
fprintf(cp_err, "Error(plotit.c--plotit): %s: zero length vector\n", |
|
|
d->v_name); |
|
|
d->v_name); |
|
|
goto quit; |
|
|
goto quit; |
|
|
} |
|
|
} |
|
|
|