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:
parent
e70a3314bf
commit
ecc12d28aa
2 changed files with 3 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue