Author: dsd
Date: 2006-03-15 19:56:50 -0500 (Wed, 15 Mar 2006)
New Revision: 58056

Modified:
   trunk/entagged-sharp/src/Util/Utils.cs
Log:
typo

Modified: trunk/entagged-sharp/src/Util/Utils.cs
===================================================================
--- trunk/entagged-sharp/src/Util/Utils.cs      2006-03-16 00:54:24 UTC (rev 
58055)
+++ trunk/entagged-sharp/src/Util/Utils.cs      2006-03-16 00:56:50 UTC (rev 
58056)
@@ -101,7 +101,7 @@
             int i = 0;
             
             foreach (string field in taglist)
-                ret[i++] = (field != null && field.Trim().Length == 0) ?
+                ret[i++] = (field != null && field.Trim().Length > 0) ?
                     field : null;
             
             return ret;

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to