undo a bogous hunk from commit "beautify code", Dec 16 2011
This commit is contained in:
parent
6d774d99b3
commit
70dca32c2d
|
|
@ -1287,7 +1287,7 @@ translate(struct line *deck, char *formal, char *actual, char *scname, const cha
|
|||
if (ch != 'x')
|
||||
bxx_printf(&buffer, "%c.%s.%s ", ch, scname, name);
|
||||
else
|
||||
bxx_printf(&buffer, "%s ", scname);
|
||||
bxx_printf(&buffer, "%s.%s ", scname, name);
|
||||
|
||||
tfree(t);
|
||||
} /* while (nnodes--. . . . */
|
||||
|
|
|
|||
Loading…
Reference in New Issue