projects
/
goodguy
/
history.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f008f5
)
correct format/cmplr warning
author
Good Guy
<good1.2guy@gmail.com>
Thu, 18 Aug 2016 19:21:28 +0000
(13:21 -0600)
committer
Good Guy
<good1.2guy@gmail.com>
Thu, 18 Aug 2016 19:21:28 +0000
(13:21 -0600)
cinelerra-5.1/cinelerra/edl.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/edl.C
b/cinelerra-5.1/cinelerra/edl.C
index e167e48ad4477a8006694d67d5cce620c12e444b..d32d38b566892062a9e932b51e885eda66f3b235 100644
(file)
--- a/
cinelerra-5.1/cinelerra/edl.C
+++ b/
cinelerra-5.1/cinelerra/edl.C
@@
-1024,7
+1024,7
@@
int EDL::dump(FILE *fp)
local_session->loop_end);
for(int i = 0; i < TOTAL_PANES; i++)
{
- fprintf(fp," pane %d view_start=%jd track_start=%
j
d\n", i,
+ fprintf(fp," pane %d view_start=%jd track_start=%d\n", i,
local_session->view_start[i],
local_session->track_start[i]);
}