X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcutads.C;h=ac58d56af90e5323c99d9b8525002879e485819b;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=595b375c2f1d1bc8e7b70e1d26bbd218a131b2b5;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/cutads.C b/cinelerra-5.1/cinelerra/cutads.C index 595b375c..ac58d56a 100644 --- a/cinelerra-5.1/cinelerra/cutads.C +++ b/cinelerra-5.1/cinelerra/cutads.C @@ -813,7 +813,7 @@ cut_clip(Src &src, Dele *del, Dele *next) // report ranges clip_start = start_time - video.origin(); clip_end = end_time - video.origin(); - printf(" %f-%f (%f), %f-%f %ld-%ld", + printf(" %f-%f (%f), %f-%f %jd-%jd", start_time, end_time, end_time-start_time, clip_start, clip_end, video.frame_count(clip_start), video.frame_count(clip_end)); return 0;