2002-07-06 Rachel Hestilow <hestilow@ximian.com>

* generator/Parameters.cs (Initialize): Initialize error
	to zero.

svn path=/trunk/gtk-sharp/; revision=5629
This commit is contained in:
Rachel Hestilow 2002-07-06 20:57:50 +00:00
parent c653c18543
commit 0fb0f3c54a
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2002-07-06 Rachel Hestilow <hestilow@ximian.com>
* generator/Parameters.cs (Initialize): Initialize error
to zero.
2002-07-06 Rachel Hestilow <hestilow@ximian.com>
* ObjectGen.cs: Support static string elements. Do

View file

@ -183,7 +183,7 @@ namespace GtkSharp.Generation {
}
if (ThrowsException)
sw.WriteLine (indent + "\t\t\tIntPtr error;");
sw.WriteLine (indent + "\t\t\tIntPtr error = IntPtr.Zero;");
}
/*
public void Finish (StreamWriter sw)