Closed
Bug 1088954
Opened 11 years ago
Closed 11 years ago
Clean up APZ code format specifiers for 64-bit things
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: kats, Assigned: kats)
Details
Attachments
(1 file)
|
6.43 KB,
patch
|
botond
:
review+
|
Details | Diff | Splinter Review |
Building fennec with my usual mozconfig fails if I enable bits of APZ logging because we use %lld and %llu instead of %ld and %lu.
Also found a printf I accidentally left in the test code, whoops!
Patch attached, try push https://tbpl.mozilla.org/?tree=Try&rev=cd54ff73893f shows it builds everywhere when the logging is enabled.
Attachment #8511339 -
Flags: review?(botond)
Updated•11 years ago
|
Attachment #8511339 -
Flags: review?(botond) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 1•11 years ago
|
||
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Assignee: nobody → bugmail.mozilla
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•