Closed
Bug 616290
Opened 14 years ago
Closed 14 years ago
upgrade ANGLE to r498
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vlad, Assigned: bjacob)
Details
Attachments
(1 file)
954.38 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
Upgrade to latest SVN release.
Attachment #494836 -
Flags: review?(bjacob)
Assignee | ||
Updated•14 years ago
|
Attachment #494836 -
Flags: review?(bjacob) → review+
Reporter | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → vladimir
Comment 2•14 years ago
|
||
Comment on attachment 494836 [details] [diff] [review]
upgrade to 498
>+#ifdef _MSC_VER
>+ return _atof_l(str, _create_locale(LC_NUMERIC, "C"));
Whoops. Every _create_locale needs to be paired with _free_locale...
Assignee | ||
Comment 3•14 years ago
|
||
Thanks a lot for catching that. I'm making a patch ASAP.
Assignee: vladimir → bjacob
Assignee | ||
Updated•14 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 4•14 years ago
|
||
(patch in a new bug, please!)
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•14 years ago
|
||
Done: bug 618525
You need to log in
before you can comment on or make changes to this bug.
Description
•