Number: 157
Title: -Tplain: wrong edge points
Submitter: Steffen Goeldner
Date: Thu Jun 13 08:27:11 2002
Subsys: Neato
Version: 1.8.6
System: *-*-
Severity: minor
Problem:
The plain text output (-Tplain) of dot/neato shows wrong coordinates for edge points - all points of one edge are identical, e.g.:

edge a b 4 0.375 1.111 0.375 1.111 0.375 1.111 0.375 1.111 ...
Input:

digraph MyGraph
{
  a -> b
}
Comments:
I could fix that on Linux (see below). However, an updated binary release for Windows (.zip) would be very helpful.
Fix:
dotneatocommonoutput.c, line 305:

for (j = 0; j < bz.size; j++) printptf(f,bz.list[j]);

(changed [i] to [j]
Owner: ellson
Status: Fixed (13 June 2002)