projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41d447
)
squash -Wcompare, -Wconversion, -Wsign-convertion warnings
author
Matthew Fernandez
<matthew.fernandez@gmail.com>
Mon, 29 Mar 2021 04:30:40 +0000
(21:30 -0700)
committer
Matthew Fernandez
<matthew.fernandez@gmail.com>
Sun, 4 Apr 2021 16:48:10 +0000
(09:48 -0700)
lib/twopigen/circle.c
patch
|
blob
|
history
diff --git
a/lib/twopigen/circle.c
b/lib/twopigen/circle.c
index 698cd166dbd7cf36c523aa888a837de77a9e7ffd..18a0e7be94b6a3574b99df06ce9018b0fe4e4ae6 100644
(file)
--- a/
lib/twopigen/circle.c
+++ b/
lib/twopigen/circle.c
@@
-160,7
+160,7
@@
static void setNStepsToCenter(Agraph_t * g, Agnode_t * n)
qd.head = qd.tail = NULL;
push(q,n);
while ((n = (Agnode_t*)pull(q))) {
-
in
t nsteps = SCENTER(n) + 1;
+
uint64_
t nsteps = SCENTER(n) + 1;
for (ep = agfstedge(g, n); ep; ep = agnxtedge(g, ep, n)) {
if (wt && streq(ag_xget(ep,wt),"0")) continue;
if ((next = agtail(ep)) == n)