http://bugs.cinelerra.org/show_bug.cgi?id=244





------- Additional Comments From [EMAIL PROTECTED]  2006-04-13 19:12 -------
Created an attachment (id=133)
 --> (http://bugs.cinelerra.org/attachment.cgi?id=133&action=view)
change fprintf(stderr) to std::cerr and add more err msgs

fprintf() can't handle numbers larger than 2GB; this changes the current
fprintf() trying to print a number that may be larger than 2GB to use std::cerr
instead, which can handle numbers larger than 2GB.  Also this adds several
other err msgs in other places where fseeko may fail.

This patch is not needed to correct cinelerra operation, just to correct the
existing error msg and add more error msgs in error conditions.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to