[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree
zrouter-src-freebsd at zrouter.org
zrouter-src-freebsd at zrouter.org
Sun Sep 2 20:12:21 UTC 2012
details: http://zrouter.org/hg/FreeBSD/head//rev/c7324ca78e10
changeset: 531:c7324ca78e10
user: Aleksandr Rybalko <ray at ddteam.net>
date: Sun Sep 02 23:14:10 2012 +0300
description:
Update dtc to r240059.
diffstat:
head/contrib/dtc/dtc-lexer.l | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e2394547cbfe -r c7324ca78e10 head/contrib/dtc/dtc-lexer.l
--- a/head/contrib/dtc/dtc-lexer.l Sat Sep 01 00:32:47 2012 +0300
+++ b/head/contrib/dtc/dtc-lexer.l Sun Sep 02 23:14:10 2012 +0300
@@ -198,7 +198,7 @@
{
assert(filename);
- assert(include_stack_pointer >= MAX_INCLUDE_NESTING);
+ assert(include_stack_pointer < MAX_INCLUDE_NESTING);
srcfile_push(filename);
More information about the Zrouter-src-freebsd
mailing list