Fix a printf warning in GUI
This commit is contained in:
parent
7fc462209e
commit
2c992a1a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ XvDisplayer::XvDisplayer( Gtk::Widget *drawing_area, int width, int height ) :
|
||||||
for ( unsigned int n = 0; gotPort == false && n < count; ++n )
|
for ( unsigned int n = 0; gotPort == false && n < count; ++n )
|
||||||
{
|
{
|
||||||
// Diagnostics
|
// Diagnostics
|
||||||
INFO(gui, "%s, %u, %u", adaptorInfo[ n ].name,
|
INFO(gui, "%s, %lu, %lu", adaptorInfo[ n ].name,
|
||||||
adaptorInfo[ n ].base_id, adaptorInfo[ n ].num_ports - 1);
|
adaptorInfo[ n ].base_id, adaptorInfo[ n ].num_ports - 1);
|
||||||
|
|
||||||
for ( unsigned int port = adaptorInfo[ n ].base_id;
|
for ( unsigned int port = adaptorInfo[ n ].base_id;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue