Bug <a href=http://bugzilla.mozilla.org/show_bug.cgi?id=15892> 15892 </a>
increment pointer to mime description string before calling strchr git-svn-id: svn://10.0.0.236/trunk@50417 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -163,7 +163,7 @@ int Pluglet::Compare(const char *mimeType) {
|
||||
}
|
||||
p1 = p2 ;
|
||||
if (p2 != NULL) {
|
||||
p2 = strchr(p2,';');
|
||||
p2 = strchr(++p2,';');
|
||||
p1++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user