[Mono-list] one word patch :)

Cesar Octavio Lopez Nataren cesar@ciencias.unam.mx
03 Nov 2002 01:15:19 -0600


--=-n22WtDd8zIumf7mj6dEW
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable


greetings.

--=20
c=E9sar


--=-n22WtDd8zIumf7mj6dEW
Content-Disposition: attachment; filename=embedded-api.diff
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=embedded-api.diff; charset=ISO-8859-15

Index: embedded-api
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/public/mono/docs/embedded-api,v
retrieving revision 1.2
diff -u -r1.2 embedded-api
--- embedded-api	8 Oct 2002 16:33:47 -0000	1.2
+++ embedded-api	3 Nov 2002 07:07:40 -0000
@@ -55,7 +55,7 @@
=20
 		MonoAssembly *assembly;
=20
-		assembly =3D mono_domain_assembly_open ("file.dll");
+		assembly =3D mono_domain_assembly_open (domain, "file.dll");
 		if (!assembly)
 			error ();
=20

--=-n22WtDd8zIumf7mj6dEW--