possible warning that may be a problem in llviewermessage

Issue #84 resolved
Nicky Perian created an issue
            std::string retain_folder_name = folder_name;
            unsigned int ind_rlv = folder_name.rfind ("#RLV/");
            if (ind != -1) folder_name = folder_name.substr (5);

suspect ind is used elsewhere in file scope

if (ind_rlv != -1) folder_name = folder_name.substr (5)*

was this intended here?

Comments (2)

  1. Log in to comment