mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
*** empty log message ***
This commit is contained in:
parent
5aae82f29f
commit
4fe0380d5d
@ -1163,7 +1163,7 @@ RDFServiceImpl::GetDataSource(const char* aURI, nsIRDFDataSource** aDataSource)
|
||||
contractIDStr.ToCString(contractID, contractIDStr.Length() + 1);
|
||||
|
||||
/* strip params to get ``base'' contractID for data source */
|
||||
p = PL_strchr(contractID, ';');
|
||||
p = PL_strchr(contractID, '&');
|
||||
if (p)
|
||||
*p = '\0';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user