Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(263)

Issue 5578050: Fix printf format specifier in PoolAlloc.cpp. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by apatrick1
Modified:
13 years, 7 months ago
Reviewers:
John Bauman
CC:
angleproject-review_googlegroups.com
Base URL:
http://angleproject.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fix printf format specifier in PoolAlloc.cpp. %Iu is used for size_t printf arguments in MSVC. The GCC equivalent is %z. MSVC does not support %z though. Committed: https://code.google.com/p/angleproject/source/detail?r=977

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M src/compiler/PoolAlloc.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2
apatrick1
13 years, 7 months ago (2012-01-27 22:10:23 UTC) #1
John Bauman
13 years, 7 months ago (2012-01-27 22:11:32 UTC) #2
lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b