[mono/mono] 58cf2e27: Add actual source

"Miguel de Icaza ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <0000014184ffd012-ad94b2e0-d19f-4b8b-bb4e-c0dffa6bca93-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/a52849e33649...58cf2e272a05

   Commit: 58cf2e272a0580c0dfdf0653b21ec6f87357e2da
   Author: Miguel de Icaza <[email protected]> (migueldeicaza)
     Date: 2013-10-04 19:42:49 GMT
      URL: https://github.com/mono/mono/commit/58cf2e272a0580c0dfdf0653b21ec6f87357e2da

Add actual source

Changed paths:
  M mcs/tools/mkbundle/template_z.c

Modified: mcs/tools/mkbundle/template_z.c
===================================================================
@@ -13,7 +13,8 @@
 	memset (&stream, 0, sizeof (z_stream));
 	stream.next_in = (Byte *) compr;
 	stream.avail_in = (uInt) compr_len;
-	/* To decompress gzip format: http://stackoverflow.com/a/1838702/83444 */
+
+	// http://www.zlib.net/manual.html
 	err = inflateInit2 (&stream, 16+MAX_WBITS);
 	if (err != Z_OK)
 		return 1;


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.