Patch for bug 185, sudo required to run Cinelerra
Brought to you by:
heroines
When not started with sudo, cinelerra aborts because it doesn´t react properly to a failure of fopen() in module cinelerra/mwindows.C . And fopen() fails because it tries to create a file in root-owned directories. The attached patch fixes the failure handling..