mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Additional orange fix for bug 308838 (API mismatch)
This commit is contained in:
parent
2ab19239ae
commit
307ef08c19
@ -288,7 +288,6 @@ GRE_GetXPCOMPath()
|
||||
|
||||
if (statResult != -1) {
|
||||
//found our xpcom lib in the current process directory
|
||||
buffer[pathlen] = '\0';
|
||||
strcpy(sXPCOMPath, buffer);
|
||||
return sXPCOMPath;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user