Menu

#82 utils.cpp:62: bad length

Alpha v0.1
open
nobody
None
5
2015-08-19
2015-08-19
dcb
No

[utils.cpp:62]: (warning) String literal "on" doesn't match length argument for substr().

if(args[i].substr(13,3) == "on") {

Maybe better code

if(args[i].substr(13,2) == "on") {

Many duplicates in the same file.

Discussion


Log in to post a comment.