# HG changeset patch # User Mychaela Falconia # Date 1614286510 0 # Node ID 5f1f3f6fd865083a69763bb02ce46f4bff62828c # Parent cb3c40ff443e754cc175b4ddb9e40b56386625ad fc-uicc-tool bfsearch: missing newline in output diff -r cb3c40ff443e -r 5f1f3f6fd865 uicc/bfsearch.c --- a/uicc/bfsearch.c Thu Feb 25 20:17:10 2021 +0000 +++ b/uicc/bfsearch.c Thu Feb 25 20:55:10 2021 +0000 @@ -56,7 +56,7 @@ if ((sim_resp_sw & 0xFF00) != 0x6100) { for (n = 0; n < pathlen; n++) fprintf(outf, "%04X/", path[n]); - fprintf(outf, "%04X: SW response 0x%04X", bfs, + fprintf(outf, "%04X: SW response 0x%04X\n", bfs, sim_resp_sw); continue; }