The 'j' variable is assigned values twice successively.

Obviously the first assigment is waste because 'j' has the meaning of row count.
This commit is contained in:
dwarning 2018-10-29 17:07:57 +01:00 committed by Holger Vogt
parent a36366be1a
commit 5590406acf
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ com_print(wordlist *wl)
out_send("\n");
out_send(buf2);
(void) sprintf(buf, "%s %s", p->pl_name, p->pl_date);
j = (width - (int) strlen(buf)) / 2;
out_send(buf);
out_send("\n");
for (i = 0; i < width; i++)