mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 19:56:39 +00:00
A for loop condition is always false so pnd->name is not initialized. This results in garbage when printing device name.
A for loop condition is always false so pnd->name is not initialized. This results in garbage when printing device name.