Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by scresto, Sat Feb 12 16:41:07 2005 UTC | revision 1.4 by scresto, Mon May 9 00:04:24 2005 UTC | |
|---|---|---|
| # | Line 48 static gchar *id3_getvalue(struct id3_ta | Line 48 static gchar *id3_getvalue(struct id3_ta |
| 48 | if (!Lfield) return g_strdup(""); | if (!Lfield) return g_strdup(""); |
| 49 | ||
| 50 | Lcurval = id3_field_getstrings(Lfield, 0); | Lcurval = id3_field_getstrings(Lfield, 0); |
| 51 | if (!Lfield) return g_strdup(""); | if (!Lcurval) return g_strdup(""); |
| 52 | ||
| 53 | return id3_ucs4_utf8duplicate(Lcurval); | return id3_ucs4_utf8duplicate(Lcurval); |
| 54 | } | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |