Bug 335001 - printf fixes for i965_dump_error_state
Summary: printf fixes for i965_dump_error_state
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-i810
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-16 18:20 UTC by Sami Farin
Modified: 2018-04-11 06:47 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-18 11:55:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
printf fixes for i965_dump_error_state (1.66 KB, patch)
2007-10-16 18:20 UTC, Sami Farin
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
FreeDesktop.org 14117 0 None None None Never

Description Sami Farin 2007-10-16 18:20:36 UTC
Description of problem:
printf expects long (%lx), you give it uint32_t.

If you like to be pedantic, you can also use PRIx32 from <inttypes.h> .

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Sami Farin 2007-10-16 18:20:36 UTC
Created attachment 229101 [details]
printf fixes for i965_dump_error_state

Comment 2 Jesse Barnes 2008-01-10 23:27:48 UTC
This should just be filed upstream and closed here.  It'll just fix warnings 
in the code and doesn't affect end users.

Comment 3 Matěj Cepl 2008-01-14 13:23:36 UTC
Jesse, has it been already closed upstream, or you have upstream bug number to
fill here?

Comment 4 Jesse Barnes 2008-01-18 02:31:45 UTC
Not fixed yet, but I just filed an upstream bug:  
https://bugs.freedesktop.org/show_bug.cgi?id=14117.


Note You need to log in before you can comment on or make changes to this bug.