Package: smc Version: 1.9-4 Severity: normal Tags: patch a patch ar available, buit i not tested https://github.com/FluXy/SMC/pull/6
due VenenuX debian (squeeze or lenny) does not have this problem, we used a special version that track only the most important changes since oficial 1.9 release the patch (if repo are gone) here: @@ -203,7 +203,16 @@ cOverworld *cOverworld_Manager :: Get_from_Path( const std::string &path ) if( obj->m_description->m_path.compare( path ) == 0 ) { return obj; + }else if(obj->m_description->m_path.at(0) == '/'){ + + std::string newPath ( obj->m_description->m_path ); + newPath.erase(0,1); + if(newPath.compare( path ) == 0){ + + return obj; + } + } return NULL; Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com