changeset 4642:b96bbd08d54b

Backed out changeset d8e2946121d6 in order to fix it properly.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 13 Jun 2008 16:43:51 +0300
parents aeb435ee43f8
children 4eb5a651bbc4
files src/audacious/tuple.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/tuple.c	Fri Jun 13 22:36:15 2008 +0900
+++ b/src/audacious/tuple.c	Fri Jun 13 16:43:51 2008 +0300
@@ -159,10 +159,7 @@
     if ((value = tuple_associate_data(tuple, nfield, field, TUPLE_STRING)) == NULL)
         return FALSE;
 
-    if (string)
-        value->value.string = str_to_utf8(string);
-    else
-        value->value.string = NULL;
+    value->value.string = NULL;
 
     TUPLE_UNLOCK_WRITE();
     return TRUE;