Fix bug #674.
authorellson <devnull@localhost>
Mon, 4 Apr 2005 13:02:20 +0000 (13:02 +0000)
committerellson <devnull@localhost>
Mon, 4 Apr 2005 13:02:20 +0000 (13:02 +0000)
commiteee90d4248d59bd1d94642cfdbacefc342c01040
treef2409435773f79259d796504bd4e0a46f5923bcc
parent00d48b08f218699bd2d27c41374e30ecdb10bfb9
Fix bug #674.

Caused by uninitialized variable that caused noticible effects only on x86_64
(or perhaps only with gcc4).  There was a compiler warning for this:

neatosplines.c: In function 'addEdgeLabels':
neatosplines.c:144: warning: 'ld.x' may be used uninitialized in this function
lib/neatogen/neatosplines.c