Skip to content

Commit

Permalink
fixes gh-17
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1ius committed Aug 17, 2012
1 parent b839a8d commit 945999f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ function tokenize( $str, &$tokens, $o = 0 ) {
}
/* Handle control tokens */
else {
$c = substr( $sub, 0, 1 ) ;
$c = substr( $str, $o, 1 ) ;
$l = count( $tokens ) - 1 ;
$o += 1 ;
switch( $c ) {
Expand Down

0 comments on commit 945999f

Please sign in to comment.