Closed
Bug 616290
Opened 15 years ago
Closed 15 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•15 years ago
|
Attachment #494836 -
Flags: review?(bjacob) → review+
| Reporter | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Assignee: nobody → vladimir
Comment 2•15 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•15 years ago
|
||
Thanks a lot for catching that. I'm making a patch ASAP.
Assignee: vladimir → bjacob
| Assignee | ||
Updated•15 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 4•15 years ago
|
||
(patch in a new bug, please!)
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•15 years ago
|
||
Done: bug 618525
You need to log in
before you can comment on or make changes to this bug.
Description
•