Menu

#25 qp_fswrap.cpp:92: possible cut'n'paste error ?

v1.0 (example)
open
nobody
None
5
2014-04-18
2014-04-18
dcb
No

qtparted-0.6.0/src/qp_fswrap.cpp:92]: (style) Expression is always false because 'else if' condition matches previous condition at line 88.

Source code is

else if (name.compare("ext3") == 0)
    fswrap = new QP_FSBtrFS();

I think the string in the compare needs to change to something else.

Discussion


Log in to post a comment.