Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=78034

--- shadow/78034        2006-04-06 10:50:08.000000000 -0400
+++ shadow/78034.tmp.32372      2006-04-06 11:07:24.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78034
 Product: Mono: Tools
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: mod_mono
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -52,6 +52,25 @@
 +                               hash ^= args [i+1].GetHashCode () + i;
 
                                 switch (a){
  #if MODMONO_SERVER
 
 Could you commit it?
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-04-06 11:07 -------
+This is quite better!
+
+Index: src/server.cs
+===================================================================
+--- src/server.cs       (révision 59112)
++++ src/server.cs       (copie de travail)
+@@ -264,7 +264,8 @@
+                        int hash = 0;
+                        for (int i = 0; i < args.Length; i++){
+                                string a = args [i];
+-                               hash ^= args [i].GetHashCode () + i;
++                               if (args.Length>(i+1))
++                                   hash ^= args[i+1].GetHashCode()+i;
+
+                                switch (a){
+ #if MODMONO_SERVER
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to