X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fiec61883input.C;h=cbdfe103406a6c2f348a0c189258dc28e3f49b77;hb=2d8ee7ae9c2f42d8c6f2d5dcc8949ef989ebd7af;hp=c455b868e04d79bb8572024a75b725238f1d7ff8;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/iec61883input.C b/cinelerra-5.0/cinelerra/iec61883input.C index c455b868..cbdfe103 100644 --- a/cinelerra-5.0/cinelerra/iec61883input.C +++ b/cinelerra-5.0/cinelerra/iec61883input.C @@ -21,6 +21,7 @@ #include "condition.h" #include "iec61883input.h" +#include "language.h" #include "mutex.h" #include "vframe.h" @@ -196,7 +197,7 @@ void IEC61883Input::run() int IEC61883Input::write_frame(unsigned char *data, int len, int complete) { - if(!complete) printf("write_frame: incomplete frame received.\n"); + if(!complete) printf(_("write_frame: incomplete frame received.\n")); buffer_lock->lock("IEC61883Input write_frame 1");