mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Pig: Migrated to unicodeHexDigit
This commit is contained in:
parent
8cb080d474
commit
323fdcf44b
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ bool Pig::getHexDigit (int& result)
|
||||||
{
|
{
|
||||||
int c = _text[_cursor];
|
int c = _text[_cursor];
|
||||||
if (c &&
|
if (c &&
|
||||||
Lexer::isHexDigit (c))
|
unicodeHexDigit (c))
|
||||||
{
|
{
|
||||||
if (c >= '0' && c <= '9')
|
if (c >= '0' && c <= '9')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue