add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / keyframe.C
index 28ff8c6f089e318ae5bb1010045105919fde02f2..cd8c6a3eb7194c0555a1ce4ed4db86d6fd997ac2 100644 (file)
@@ -54,7 +54,7 @@ void KeyFrame::load(FileXML *file)
 //     position = file->tag.get_property((char*)"POSITION", position);
 //printf("KeyFrame::load 1\n");
 
-       int len = file->read_data_until((char*)"/KEYFRAME", data, MESSAGESIZE-1);
+       int len = file->read_data_until((char*)"/KEYFRAME", data, MESSAGESIZE-1, 1);
        data[len] = 0;
 //printf("KeyFrame::load 2 data=\n%s\nend of data\n", data);
 }