Skip to content

Commit

Permalink
8232121: Better numbering system
Browse files Browse the repository at this point in the history
Reviewed-by: rhalade, ghb
  • Loading branch information
kevinrushforth committed Oct 16, 2019
1 parent 8e55294 commit 81f7738
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ xsltNumberFormatTokenize(const xmlChar *format,
tokens->tokens[tokens->nTokens].token = val - 1;
ix += len;
val = xmlStringCurrentChar(NULL, format+ix, &len);
} else {
tokens->tokens[tokens->nTokens].token = (xmlChar)'0';
tokens->tokens[tokens->nTokens].width = 1;
}
} else if ( (val == (xmlChar)'A') ||
(val == (xmlChar)'a') ||
Expand Down

0 comments on commit 81f7738

Please sign in to comment.