X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fiec61883input.C;fp=cinelerra-5.0%2Fcinelerra%2Fiec61883input.C;h=cbdfe103406a6c2f348a0c189258dc28e3f49b77;hb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;hp=c455b868e04d79bb8572024a75b725238f1d7ff8;hpb=9755040e9ae6889aa0d1627d0e209496d1e000e6;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");