gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] patch for curl_adapter.


From: Andrea Palmatè
Subject: Re: [Gnash-dev] patch for curl_adapter.
Date: Tue, 28 Apr 2009 23:14:57 +0200

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..




reply via email to

[Prev in Thread] Current Thread [Next in Thread]