mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 18:13:46 +00:00
Fix minor warning.
This commit is contained in:
@@ -126,7 +126,7 @@ nfc_device_desc_t* parse_device_desc(int argc, const char *argv[], size_t* szFou
|
|||||||
strcpy(pndd->pcPort, strtok(NULL, ":"));
|
strcpy(pndd->pcPort, strtok(NULL, ":"));
|
||||||
|
|
||||||
// Speed.
|
// Speed.
|
||||||
sscanf(strtok(NULL, ":"), "%d", &pndd->uiSpeed);
|
sscanf(strtok(NULL, ":"), "%u", &pndd->uiSpeed);
|
||||||
|
|
||||||
*szFound = 1;
|
*szFound = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user