r106326 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106325‎ | r106326 | r106327 >
Date:14:27, 15 December 2011
Author:petrb
Status:ok
Tags:
Comment:
typo follow 106325
Modified paths:
  • /trunk/tools/wmib/Core.cs (modified) (history)
  • /trunk/tools/wmib/DumpHtm.cs (modified) (history)

Diff [purge]

Index: trunk/tools/wmib/DumpHtm.cs
@@ -86,5 +86,6 @@
8787 Channel.Keys.locked = false;
8888 Console.WriteLine(b.Message);
8989 }
 90+ }
9091 }
9192 }
Index: trunk/tools/wmib/Core.cs
@@ -450,7 +450,7 @@
451451 }
452452
453453 public void RSearch(string key, config.channel Chan)
454 - {
 454+ {
455455 if (!key.StartsWith("@regsearch"))
456456 {
457457 return;
@@ -514,7 +514,7 @@
515515 {
516516 while (locked)
517517 {
518 - i
 518+ System.Threading.Thread.Sleep(200);
519519 }
520520 try
521521 {

Status & tagging log