mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-03 22:31:50 +00:00
quick_start_example1.c: avoid using warnx() to remove err.h dependency
err.h is not available under Windows and the goal of this example is not to learn how to get around that problem ;)
This commit is contained in:
@@ -29,6 +29,7 @@ Improvements:
|
||||
- Windows: logging via OutputDebugString(), ease debugging
|
||||
- nfc-mfclassic: use smaller files for cards < 4k
|
||||
- nfc-mfclassic: by defaut don't authorise wrong keyfile, use "f" to force
|
||||
- quick_start_example1.c: remove err.h dependency, easier for Windowsians
|
||||
|
||||
Changes:
|
||||
- Upon malloc error, nfc_init() doesn't force exit() anymore
|
||||
|
||||
Reference in New Issue
Block a user