From: Tim P <ti...@us...> - 2008-03-20 22:45:34
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/engine In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16975/src/org/webmacro/engine Modified Files: Block.java Log Message: Add case 10 Index: Block.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/engine/Block.java,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Block.java 20 Mar 2008 21:45:33 -0000 1.27 --- Block.java 20 Mar 2008 22:45:29 -0000 1.28 *************** *** 156,163 **** teC._columnNo = this.getColNo(i); _macros[i++].write(out, context); break; default : throw new WebMacroRuntimeException( ! "Bug: _remainder value not 0 to 9: " + _remainder); } --- 156,164 ---- teC._columnNo = this.getColNo(i); _macros[i++].write(out, context); + case 10: break; default : throw new WebMacroRuntimeException( ! "Bug: _remainder value not 0 to 10: " + _remainder); } |