[Kst] branches/work/kst/portto4/kst/tests/dirfile_replay
Barth Netterfield
netterfield at astro.utoronto.ca
Mon Aug 8 21:09:30 UTC 2011
SVN commit 1245823 by netterfield:
Don't close each write.
M +1 -1 replay.c
--- branches/work/kst/portto4/kst/tests/dirfile_replay/replay.c #1245822:1245823
@@ -201,7 +201,7 @@
process_field_entry(i_frame, entry_list+i_ref, sourcedf, destdf);
i_frame++;
} else { // we are caught up
- gd_flush(destdf, NULL);
+ //gd_flush(destdf, NULL);
usleep(10000);
}
}
More information about the Kst
mailing list