totem-pl-parser r83 - in trunk: . plparse
- From: malureau svn gnome org
- To: svn-commits-list gnome org
- Subject: totem-pl-parser r83 - in trunk: . plparse
- Date: Sat, 22 Mar 2008 18:05:43 +0000 (GMT)
Author: malureau
Date: Sat Mar 22 18:05:43 2008
New Revision: 83
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=83&view=rev
Log:
2008-03-22 Marc-Andre Lureau <marcandre lureau gmail com>
* plparse/totem-pl-parser.c (totem_pl_parser_parse_internal):
Build fix, typo in DEBUG macro. (Closes: #523280)
Modified:
trunk/ChangeLog
trunk/plparse/totem-pl-parser.c
Modified: trunk/plparse/totem-pl-parser.c
==============================================================================
--- trunk/plparse/totem-pl-parser.c (original)
+++ trunk/plparse/totem-pl-parser.c Sat Mar 22 18:05:43 2008
@@ -1599,7 +1599,7 @@
if (strcmp (special_types[i].mimetype, mimetype) == 0) {
DEBUG(file, g_print ("URL '%s' is special type '%s'\n", uri, mimetype));
if (parser->priv->disable_unsafe != FALSE && special_types[i].unsafe != FALSE) {
- DEBUG(g_print ("URL '%s' is unsafe so was ignored\n", url));
+ DEBUG(file, g_print ("URL '%s' is unsafe so was ignored\n", uri));
g_free (mimetype);
g_free (data);
return TOTEM_PL_PARSER_RESULT_IGNORED;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]