Le Tuesday 04 November 2008 00:59:02 Barry A. Warsaw, vous avez écrit :
> The assertion on line 813 is indented incorrectly. Please fix that.
Ooops. I'm using the following command because my editor is configured to
remove the trailing spaces:
svn diff --diff-cmd="/usr/bin/diff" -x "-ub"
The line 813 was an assertion. I added many assertions to check types (for
easier debug) but there are not needed anymore (my code is bugfreee, haha, no
it's a joke). The new attached patch has no more assertion. |