Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

ensureRootElement bug #9

Closed
ryanmitchell opened this issue Dec 27, 2009 · 1 comment
Closed

ensureRootElement bug #9

ryanmitchell opened this issue Dec 27, 2009 · 1 comment
Labels

Comments

@ryanmitchell
Copy link
Contributor

There's a bug in the ensure root element function on line 598. You need to replace:

for (k=start+1; k<=i; k++){

with

for (k=start+1; k<i; k++){

I'm a bit out of sync with your codebase right now, so it seemed quicker to do it this way rather than do a commit.

@cheeaun
Copy link
Owner

cheeaun commented Dec 27, 2009

Fixed :)

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants