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:
Philippe Teuwen 2013-03-12 17:43:46 +01:00
parent e70a3314bf
commit ecc12d28aa
2 changed files with 3 additions and 7 deletions

View file

@ -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