Hi,
On Fri, 2005-05-27 at 12:50 -0400, Abbas Faiq wrote:
> Thanks for looking into this, seems like the problem is still there...I
> built beagle around 12:40pm from CVS
As I mentioned in a different thread, anonymous CVS usually lags by a
few hours.
Attaching the patch.
Joe
Index: Util/StringFu.cs
===================================================================
RCS file: /cvs/gnome/beagle/Util/StringFu.cs,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- Util/StringFu.cs 24 May 2005 21:12:47 -0000 1.24
+++ Util/StringFu.cs 27 May 2005 16:15:38 -0000 1.25
@@ -436,11 +436,11 @@ namespace Beagle.Util {
char_array [i] = ' ';
for (int j = i+1; j < len; ++j) {
- char c = str [i];
+ char c = str [j];
if (IsInvalid (c))
- char_array [i] = ' ';
+ char_array [j] = ' ';
else
- char_array [i] = c;
+ char_array [j] = c;
}
return new string (char_array);
_______________________________________________
Dashboard-hackers mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dashboard-hackers