mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 18:13:46 +00:00
@@ -226,7 +226,7 @@ main(int argc, char *argv[])
|
|||||||
nfc_exit(context);
|
nfc_exit(context);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
if ((fd4 = fdopen(4, "r")) == NULL) {
|
if ((fd4 = fdopen(4, "w")) == NULL) {
|
||||||
ERR("Could not open file descriptor 4");
|
ERR("Could not open file descriptor 4");
|
||||||
nfc_exit(context);
|
nfc_exit(context);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
|
|||||||
Reference in New Issue
Block a user