parent
8fbedb87f5
commit
33ce39ff71
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user