need to initialize this

This commit is contained in:
Mike Dirolf 2009-03-11 11:37:18 -04:00
parent 68807b8df5
commit d8a8c03a81
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ static VALUE get_value(const char* buffer, int* position, int type) {
int flags_length = strlen(buffer + *position);
int i = 0;
int flags;
int flags = 0;
char extra[10];
extra[0] = 0;
for (i = 0; i < flags_length; i++) {