[Mono-bugs] [Bug 79975][Cri] Changed - [PATCH] class ResourceManager misused Hashtable.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Nov 19 03:38:40 EST 2006


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 redforks at gmail.com.

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

--- shadow/79975	2006-11-19 03:37:59.000000000 -0500
+++ shadow/79975.tmp.4866	2006-11-19 03:38:40.000000000 -0500
@@ -46,6 +46,11 @@
 
 foreach (ResourceSet r in ResourceSets) 
 Hashtable's Enumerator is DictionaryEnumerator, its item is
 DictionaryEntry, not ResourceSet, I think that should be:
 
 foreach (ResourceSet r in ResourceSets.Values)
+
+------- Additional Comments From redforks at gmail.com  2006-11-19 03:38 -------
+Created an attachment (id=18112)
+patch
+


More information about the mono-bugs mailing list