]> diplodocus.org Git - nmh/blobdiff - uip/mhoutsbr.c
A few more C-T-E tests.
[nmh] / uip / mhoutsbr.c
index df23047e6282bc613ca286235c5a7cfc75a01617..9584d78955fc8bc6785096358ea5c5f1efda73f1 100644 (file)
@@ -404,7 +404,7 @@ writeBase64ct (CT ct, FILE *out)
     if ((fd = (*ct->c_ceopenfnx) (ct, &file)) == NOTOK)
        return NOTOK;
 
-    result = writeBase64aux (ce->ce_fp, out);
+    result = writeBase64aux (ce->ce_fp, out, (ct->c_type == CT_TEXT));
     (*ct->c_ceclosefnx) (ct);
     return result;
 }