File: documentation

package info (click to toggle)
widelands 1%3A17-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 332,404 kB
  • sloc: cpp: 104,978; python: 3,073; ada: 855; sh: 435; makefile: 225
file content (1 line) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
Do not create a temporary std::string with std::string::substr just to compare it with another std::string or a char[] constant. Use std::string::compare instead.