brasero r910 - in trunk: . src/plugins/transcode



Author: lmedinas
Date: Mon Jun 23 03:50:54 2008
New Revision: 910
URL: http://svn.gnome.org/viewvc/brasero?rev=910&view=rev

Log:
2008-06-23  Luis Medinas  <lmedinas gnome org>

        * src/plugins/transcode/burn-transcode.c
        (brasero_transcode_pad_file):

        Add the current arguments to open().    
        Closes bgo #539386.



Modified:
   trunk/ChangeLog
   trunk/src/plugins/transcode/burn-transcode.c

Modified: trunk/src/plugins/transcode/burn-transcode.c
==============================================================================
--- trunk/src/plugins/transcode/burn-transcode.c	(original)
+++ trunk/src/plugins/transcode/burn-transcode.c	Mon Jun 23 03:50:54 2008
@@ -1011,7 +1011,7 @@
 
 	output = NULL;
 	brasero_job_get_audio_output (BRASERO_JOB (transcode), &output);
-	fd = open (output, O_WRONLY | O_CREAT | O_APPEND);
+	fd = open (output, O_WRONLY | O_CREAT | O_APPEND, S_IRWXU | S_IRWXG | S_IROTH);
 	g_free (output);
 
 	if (fd == -1) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]