# HG changeset patch # User Mychaela Falconia # Date 1615005643 0 # Node ID ba8c35ecf79647982c45b846ba87ad16c3e84906 # Parent efe944a5c4e311dd7f2f35ebf381bab97ca37677 fc-uicc-tool readef output redir: make consistent with fc-simtool diff -r efe944a5c4e3 -r ba8c35ecf796 uicc/readcmd.c --- a/uicc/readcmd.c Tue Mar 02 05:20:19 2021 +0000 +++ b/uicc/readcmd.c Sat Mar 06 04:40:43 2021 +0000 @@ -88,8 +88,7 @@ rc = select_resp_get_transparent(&file_len); if (rc < 0) return(rc); - if (outf == stdout) - printf("Transparent EF of %u byte(s)\n", file_len); + fprintf(outf, "Transparent EF of %u byte(s)\n", file_len); if (!file_len) return(0); readlen = file_len;