• Caolán McNamara's avatar
    match original intent of String::Erase(String::Search)) · cb92e644
    Caolán McNamara yazdı
    the single argument String::Erase erased from the passed in index to the end of
    the string
    
    Search returns STRING_NOTFOUND on failure, which results in String::Erase
    erasing nothing and so leaving the original string untouched.
    
    Change-Id: I83939fce2a92c38fbfb62196b7248908117c1e69
    cb92e644
pagectrl.cxx 11.9 KB