[Swfdec-commits] swfdec/swfdec_url.c

Benjamin Otte company at kemper.freedesktop.org
Mon Jan 28 03:28:27 PST 2008


 swfdec/swfdec_url.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e33a02b14d23853eb75136b170c1632c3fbae73
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Jan 28 12:28:19 2008 +0100

    copy/pste error
    
    note to self: test what you fix

diff --git a/swfdec/swfdec_url.c b/swfdec/swfdec_url.c
index 4372c7d..2d0f29d 100644
--- a/swfdec/swfdec_url.c
+++ b/swfdec/swfdec_url.c
@@ -652,7 +652,7 @@ swfdec_url_new_from_input (const char *input)
     absolute = g_build_filename (cur, input, NULL);
     g_free (cur);
     url = swfdec_url_new_components ("file", NULL, 0,
-	input, NULL);
+	absolute, NULL);
     g_free (absolute);
   }
 


More information about the Swfdec-commits mailing list