Author: miguel
Date: 2006-10-08 16:27:35 -0400 (Sun, 08 Oct 2006)
New Revision: 66422

Modified:
   trunk/mono/mono/utils/mono-uri.c
Log:
Remove derivative version of mono-uri.c

Modified: trunk/mono/mono/utils/mono-uri.c
===================================================================
--- trunk/mono/mono/utils/mono-uri.c    2006-10-08 19:55:57 UTC (rev 66421)
+++ trunk/mono/mono/utils/mono-uri.c    2006-10-08 20:27:35 UTC (rev 66422)
@@ -93,3 +93,16 @@
   return result;
 }
 
+main ()
+{
+       char *s = malloc (256);
+       int i = 0;
+       
+       s [255] = 0;
+
+       for (i = 1; i < 256; i++)
+               s [i-1] = i;
+
+       printf ("escape: %s\n", mono_escape_uri_string (s));
+
+}

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to