Comment 15 for bug 203413

Revision history for this message
In , Edilee-mozilla (edilee-mozilla) wrote :

(From update of attachment 305418)
>+ while (NS_SUCCEEDED(getURIs->ExecuteStep(&hasMore)) && hasMore) {
>+ if (NS_SUCCEEDED(getURIs->GetUTF8String(0, utf8URISpec)))
>+ urisToUnescape.AppendCString(utf8URISpec);
>+ }
Oh, I got rid of the braces for the while {}.