Open Bug 1277743 Opened 8 years ago Updated 2 years ago

Replace |!strncmp(s, "x", 1)| with |*s == 'x'|

Categories

(Core :: General, defect, P5)

defect

Tracking

()

People

(Reporter: emk, Unassigned)

References

()

Details

Although modern compilers may smart enough to optimize this, we don't have to depend on their intelligence.
Priority: -- → P5
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.