Re: Run tim error in CVS beagle as of May 26
- From: Joe Shaw <joeshaw novell com>
- To: Abbas Faiq <afaiq aol com>
- Cc: Dashboard-hackers gnome org
- Subject: Re: Run tim error in CVS beagle as of May 26
- Date: Fri, 27 May 2005 13:28:59 -0400
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]