Bug 194062 - Use correct printf format specifier
Summary: Use correct printf format specifier
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Rollin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-30 16:21 PST by Keith Rollin
Modified: 2019-01-30 20:50 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.67 KB, patch)
2019-01-30 16:23 PST, Keith Rollin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rollin 2019-01-30 16:21:43 PST
LayoutTestSpellChecker.mm is trying to format a variable of type NSTextCheckingType with %tu (unsigned ptrdiff_t), when the type is actually an unsigned long long. Fix this by formatting with %llu.
Comment 1 Radar WebKit Bug Importer 2019-01-30 16:21:57 PST
<rdar://problem/47686167>
Comment 2 Keith Rollin 2019-01-30 16:23:26 PST
Created attachment 360642 [details]
Patch
Comment 3 WebKit Commit Bot 2019-01-30 20:50:05 PST
Comment on attachment 360642 [details]
Patch

Clearing flags on attachment: 360642

Committed r240758: <https://trac.webkit.org/changeset/240758>
Comment 4 WebKit Commit Bot 2019-01-30 20:50:08 PST
All reviewed patches have been landed.  Closing bug.