Additional orange fix for bug 308838 (API mismatch)

This commit is contained in:
bsmedberg%covad.net 2005-09-30 14:35:24 +00:00
parent 2ab19239ae
commit 307ef08c19

View File

@ -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;
}