- initialize some globals to 0 explicitly

This commit is contained in:
2006-04-26 00:51:58 +00:00
parent 512cb9799d
commit 16a816c38d

View File

@@ -51,8 +51,8 @@
/**
* Global variables.
*/
static BlendHandle *bpy_openlib; /* ptr to the open .blend file */
static char *bpy_openlibname; /* its pathname */
static BlendHandle *bpy_openlib = NULL; /* ptr to the open .blend file */
static char *bpy_openlibname = NULL; /* its pathname */
/**
* Function prototypes for the Library submodule.