[Mono-aspnet-list] Patch installation steps on mono2.4/Open Suse11.1

ChristinaP christina.peter at tcs.com
Fri Jun 19 02:20:19 EDT 2009


Hi,

I got the following patch reference from this mailing list, and need to
install this patch onto my mono2.4/Open Suse 11.1 Vmware. Can anyone guide
me on the steps to do so... the patch code as I saw it in the mailing list
is as follows:

[printshadow.patch]

--------------------------------------------------------------------------------
Index: appdomain.c 
=================================================================== 
--- appdomain.c (revision 117902) 
+++ appdomain.c (working copy) 
@@ -1349,6 +1349,7 @@ 
  if (!private_file_needs_copying (filename, &src_sbuf, shadow)) 
  return (char*) shadow; 
  
+ printf ("Orig: %s\nShadow: %s\n", filename, shadow); 
  orig = g_utf8_to_utf16 (filename, strlen (filename), NULL, NULL, NULL); 
  dest = g_utf8_to_utf16 (shadow, strlen (shadow), NULL, NULL, NULL); 
  DeleteFile (dest); 

--------------------------------------------------------------------
Thanks, Christina
-- 
View this message in context: http://www.nabble.com/Patch-installation-steps-on-mono2.4-Open-Suse11.1-tp24106145p24106145.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.



More information about the Mono-aspnet-list mailing list