commit | d504477935151ed7befb77930f3ca64fa4d4102b | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Sun Oct 20 15:11:01 2013 -0700 |
committer | Jason Evans <jasone@canonware.com> | Sun Oct 20 15:11:01 2013 -0700 |
tree | aa966adf963c9bd4fc52ac9163a7a8fcc6cbf6b0 | |
parent | 7b65180b32558fc4f2bc7b6ac5602f306ed3a014 [diff] |
Fix a compiler warning. Fix a compiler warning in chunk_record() that was due to reading node rather than xnode. In practice this did not cause any correctness issue, but dataflow analysis in some compilers cannot tell that node and xnode are always equal in cases that the read is reached.