brasero r1658 - in trunk: . src



Author: philippr
Date: Fri Dec 26 19:50:00 2008
New Revision: 1658
URL: http://svn.gnome.org/viewvc/brasero?rev=1658&view=rev

Log:
2008-12-26  Philippe Rouquier  <ykw localhost localdomain>

	Fix cue images size retrieval

	* src/burn-image-format.c (brasero_image_format_get_cue_size):


Modified:
   trunk/ChangeLog
   trunk/src/burn-image-format.c

Modified: trunk/src/burn-image-format.c
==============================================================================
--- trunk/src/burn-image-format.c	(original)
+++ trunk/src/burn-image-format.c	Fri Dec 26 19:50:00 2008
@@ -590,7 +590,7 @@
 			}
 
 			/* NOTE: follow symlink if any */
-			res = g_stat (path, &buffer);
+			res = g_stat (file_path, &buffer);
 			if (res == -1) {
                                 int errsv = errno;
 



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