PFW-1523 Trim trailing whitespace in util.h

This commit is contained in:
gudnimg 2023-11-07 07:27:08 +00:00
parent 890bfab946
commit bcc7a16e1c
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public:
}
// Skip the leading quote
this->ptr++;
this->ptr++;
// End of the string
pStrEnd = strchr(this->ptr, '"');