Show
Ignore:
Timestamp:
11/22/09 09:05:16 (3 years ago)
Author:
ppalmers
Message:

fix format warnings for extreme debugging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/support/firmware/fireworks-downloader.cpp

    r1721 r1722  
    2323 */ 
    2424 
     25#include "fbtypes.h" 
    2526#include "downloader.h" 
    2627 
     
    213214 
    214215    if (node_id < 0) { 
    215         printMessage("Could not find device with GUID 0x%016lX\n", guid); 
     216        printMessage("Could not find device with GUID 0x%016"PRIX64"\n", guid); 
    216217        return -1; 
    217218    }