Skip to content

Commit

Permalink
Update fields.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspiderlabs authored Mar 29, 2023
1 parent d9c8237 commit 96b6c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fields.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int valid_field (const char *field, const char *illegal)
break;
}
}

if (0 == err) {
/* Search if there are non-printable or control characters */
for (cp = field; '\0' != *cp; cp++) {
Expand Down

0 comments on commit 96b6c7a

Please sign in to comment.