changeset 34:6bde5b67a2b8

saving progress
author Robert McIntyre <rlm@mit.edu>
date Mon, 05 Mar 2012 01:58:52 -0600
parents 44974c3e093b
children b82b18185103
files src/common/movie.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/src/common/movie.cpp	Mon Mar 05 01:25:11 2012 -0600
     1.2 +++ b/src/common/movie.cpp	Mon Mar 05 01:58:52 2012 -0600
     1.3 @@ -1180,8 +1180,8 @@
     1.4        printf("RLM: Movie_STATE_RECORD\n");
     1.5        // use first fseek?
     1.6        //TODO: THis is the problem.
     1.7 -      //fwrite(Movie.inputBufferPtr, 1, Movie.bytesPerFrame, Movie.file);
     1.8 -      printf("RLM: fuck.\n");
     1.9 +      fwrite(Movie.inputBufferPtr, 1, Movie.bytesPerFrame, Movie.file);
    1.10 +      printf("RLM: write successful.\n");
    1.11        Movie.header.length_frames = Movie.currentFrame;
    1.12        Movie.inputBufferPtr	 += Movie.bytesPerFrame;
    1.13        Movie.RecordedThisSession = true;