X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcresources.C;h=6fc0f5e1bcfb7cc2a2cd813614a70cc00dab634e;hp=58d3c5879cfc0b08a29f4038254cacdb69e43b68;hb=788dfe4aae1aef521caddcc68dec7369a996dce7;hpb=190b4810ec184c74ceab3fcd6faf09a91c92c53c diff --git a/cinelerra-5.1/guicast/bcresources.C b/cinelerra-5.1/guicast/bcresources.C index 58d3c587..6fc0f5e1 100644 --- a/cinelerra-5.1/guicast/bcresources.C +++ b/cinelerra-5.1/guicast/bcresources.C @@ -1489,7 +1489,7 @@ size_t BC_Resources::encode(const char *from_enc, const char *to_enc, { if((cd = iconv_open(to_enc, from_enc)) == (iconv_t)-1) { - printf(_("Conversion from %s to %s is not available"), + printf(_("Conversion from %s to %s is not available\n"), from_enc, to_enc); return 0; }