Skip to content

Fix for NDEFN vars in Display_var project section#415

Merged
jhs507 merged 1 commit intomasterfrom
NDEFN_var_correction
Sep 12, 2022
Merged

Fix for NDEFN vars in Display_var project section#415
jhs507 merged 1 commit intomasterfrom
NDEFN_var_correction

Conversation

@lawfordp2017
Copy link
Collaborator

string::find returns npos which is type size_t and = -1
but size_t is unsigned so comparisons to negative values will always fail.

string::find returns npos which is type size_t and = -1
but size_t is unsigned so comparisons to negative values will always fail.
@jhs507 jhs507 merged commit 63cc7f3 into master Sep 12, 2022
@jhs507
Copy link
Collaborator

jhs507 commented Sep 12, 2022

Good catch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants