[ros-diffs] [navaraf] 34081: Fix answers to !winerror <hex number> command and to !error command.

navaraf at svn.reactos.org navaraf at svn.reactos.org
Wed Jun 25 16:07:13 CEST 2008


Author: navaraf
Date: Wed Jun 25 09:07:13 2008
New Revision: 34081

URL: http://svn.reactos.org/svn/reactos?rev=34081&view=rev
Log:
Fix answers to !winerror <hex number> command and to !error command.

Modified:
    trunk/irc/TechBot/TechBot.Commands.Common/WinerrorCommand.cs

Modified: trunk/irc/TechBot/TechBot.Commands.Common/WinerrorCommand.cs
URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot.Commands.Common/WinerrorCommand.cs?rev=34081&r1=34080&r2=34081&view=diff
==============================================================================
--- trunk/irc/TechBot/TechBot.Commands.Common/WinerrorCommand.cs [iso-8859-1] (original)
+++ trunk/irc/TechBot/TechBot.Commands.Common/WinerrorCommand.cs [iso-8859-1] Wed Jun 25 09:07:13 2008
@@ -51,7 +51,7 @@
 		{
 			XmlElement root = base.m_XmlDocument.DocumentElement;
 			XmlNode node = root.SelectSingleNode(String.Format("Winerror[@value='{0}']",
-                                                               Text));
+                                                               winerror.ToString()));
 			if (node != null)
 			{
 				XmlAttribute text = node.Attributes["text"];



More information about the Ros-diffs mailing list