RhodeCode
Repositories
loading...
Public journal
Search
Not logged in
Login to your account
Username:
Password:
Forgot password ?
Repositories
»
LEMON
»
LEMON-official
Summary
Changelog
Files
Switch To
loading...
Options
Lightweight changelog
Search
Pull Requests
Changeset -
r436:e562b69acbc6
«
420:cb5f50
440:d5f116
»
r436:e562b69acbc6
Thu, 04 Dec 2008 11:49:54
[Not Reviewed]
0 comments (0 inline)
alpar (Alpar Juttner)
alpar@cs.elte.hu
Bugfix in DfsVisit (the same fix as in [9afe81e4c543] for the main br.)
#61
- The stop() must be called in DfsVisit if there are no outgoing arcs from the newly added node
0
1
0
1.0
1 file changed with 1 insertions and 0 deletions:
lemon/dfs.h
1
↑ Collapse diff ↑
lemon/dfs.h
Show inline comments
...
...
@@ -1413,6 +1413,7 @@
1413
1413
_stack[++_stack_head] = e;
1414
1414
} else {
1415
1415
_visitor->leave(s);
1416
_visitor->stop(s);
1416
1417
}
1417
1418
}
1418
1419
}
You need to be logged in to comment.
Login now
0 comments (0 inline)