X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.c;h=c0244ba2f2a5a90d83a7fbcab51f19f84ae5536b;hp=20bff9590bf9578864a48ece46f941c120853a27;hb=de12c346dc64404821d52d545e2e1b3d44230f2a;hpb=00334bdf09071e65e340eeeb6f3900c79a262649 diff --git a/src/util.c b/src/util.c index 20bff959..c0244ba2 100644 --- a/src/util.c +++ b/src/util.c @@ -92,7 +92,7 @@ special: &mbs, &mbs_nbytes); } if (ret) { - ret = fprintf(fp, "???CONVERSION FAILURE???"); + ret = fprintf(fp, "??????"); } else { ret = fprintf(fp, "%s", mbs); FREE(mbs);