just to be clear. look at this piece of code:

URL::URL(const std::string& absolute_url)
{
        //cerr << "URL(" << absolute_url << ")" << endl;
        if ( ( absolute_url.size() && absolute_url[0] == '/' )
                || absolute_url.find("://") != std::string::npos
                || ( absolute_url.size() > 1 && absolute_url[1] == ':' ))    
//for win32

this is what i mean..


_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to