kdesupport/taglib/taglib/ogg
Scott Wheeler
wheeler at kde.org
Fri Jun 8 13:02:49 CEST 2007
SVN commit 672863 by wheeler:
Remove empty Xiph comments. Patch from Stephan Booth.
BUG:145532
CCMAIL:taglib-devel at kde.org
M +1 -1 xiphcomment.cpp
--- trunk/kdesupport/taglib/taglib/ogg/xiphcomment.cpp #672862:672863
@@ -188,7 +188,7 @@
if(replace)
removeField(key.upper());
- if(!key.isEmpty())
+ if(!key.isEmpty() && !value.isEmpty())
d->fieldListMap[key.upper()].append(value);
}
More information about the taglib-devel
mailing list