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:
parent
c653c18543
commit
0fb0f3c54a
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue