#6862 closed defect (fixed)
Was removing ">2" intentional?
Reported by: | Kurt Schwehr | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
Was this change in ogrcsvdriver.cpp intentional?
- (strlen(osBaseFilename) > 2 + (osBaseFilename.size()
Change History (4)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 6 years ago
Was this change in ogrcsvdriver.cpp intentional?
Absolutely not. How did you notice that ??? Thanks
comment:4 by , 6 years ago
I got a clang-tidy complaint about using .size() rather than !.empty() after you had fixed all of them. Looking at the change in r36979 , it was different than the rest without an explanation in the change description.
Note:
See TracTickets
for help on using tickets.
In 38031: