Bug 194062

Summary: Use correct printf format specifier
Product: WebKit Reporter: Keith Rollin <krollin>
Component: Tools / TestsAssignee: Keith Rollin <krollin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, lforschler, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.