[Bug 7124] Regression in Google Earth

Wine Bugs wine-bugs at winehq.org
Fri Jan 12 00:10:44 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=7124





------- Additional Comments From thestig at google.com  2007-12-01 00:10 -------
I tracked down the exact cause, it's in USP10's ScriptPlace(). For some reason,
one machine running Google Earth calls ScriptPlace() while the other machine
does not. I'm guess this is due to different LANG/LANGUAGE environment variable
settings?

Anyway, in commit e0c38f, you removed the following lines:

pABC->abcA = 0;
pABC->abcB = 0;
pABC->abcC = 0;

and now these variables are no longer initialized, and their return values are
garbage. I can post a +ups debug trace if needed.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list