(path): Fix to print every step of the path not every second step of the path.

Broken in rev. 1.10.
This commit is contained in:
Ron Koenderink 2007-11-17 17:05:48 +00:00
parent 588a0f0898
commit 94cf6d1ad8

View file

@ -105,7 +105,6 @@ path(void)
3);
cx += diroff[i][0];
cy += diroff[i][1];
++pp;
}
border(&relrange, " ", " ");
while (nxtsct(&ns, &sect)) {