(libnfc-less-bitutils-more-ponies) MFT

This commit is contained in:
Romain Tartiere 2010-04-17 13:45:00 +00:00
commit 204130477e
3 changed files with 5 additions and 5 deletions

View file

@ -140,14 +140,14 @@ bool pn53x_usb_list_devices(nfc_device_desc_t pnddDevices[], size_t szDevices, s
// Test if we reach the maximum "wanted" devices
if((*pszDeviceFound) == szDevices)
{
DBG("Found %d devices",*pszDeviceFound);
DBG("Found %ld devices", (unsigned long) *pszDeviceFound);
return true;
}
}
}
}
}
DBG("Found %d devices",*pszDeviceFound);
DBG("Found %ld devices", (unsigned long) *pszDeviceFound);
if(*pszDeviceFound)
return true;
return false;