Skip to content
Snippets Groups Projects
Commit 037a8270 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Standardize treatment of strcmp() return value

Always compare the return value to 0, don't use cute tricks like
if (!strcmp(...)).
parent d383c23f
No related branches found
No related tags found
No related merge requests found
Showing
with 66 additions and 67 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment