mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Nibbler
- using wrongly ispunct instead of isPunctuation
This commit is contained in:
parent
4346001c94
commit
15c939c3d7
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ bool Nibbler::getWord (std::string& result)
|
|||
if (i < _length)
|
||||
{
|
||||
while (!isdigit (_input[i]) &&
|
||||
!ispunct (_input[i]) &&
|
||||
!isPunctuation (_input[i]) &&
|
||||
!isspace (_input[i]))
|
||||
{
|
||||
++i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue