brasero r1172 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r1172 - in trunk: . src
- Date: Mon, 25 Aug 2008 18:41:50 +0000 (UTC)
Author: philippr
Date: Mon Aug 25 18:41:50 2008
New Revision: 1172
URL: http://svn.gnome.org/viewvc/brasero?rev=1172&view=rev
Log:
Fix URI creation
* src/brasero-io.c (brasero_io_check_for_parent_symlink):
Modified:
trunk/ChangeLog
trunk/src/brasero-io.c
Modified: trunk/src/brasero-io.c
==============================================================================
--- trunk/src/brasero-io.c (original)
+++ trunk/src/brasero-io.c Mon Aug 25 18:41:50 2008
@@ -492,7 +492,7 @@
new_root = g_filename_to_uri (target_path, NULL, NULL);
newuri = g_strconcat (new_root,
- uri + strlen (parent_uri),
+ uri + strlen (parent_uri) + 1 /* for the separator*/,
NULL);
g_free (uri);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]