Skip to content

Commit

Permalink
should initialize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jan 3, 2012
1 parent 420c8c6 commit 1b1f6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack.c
Expand Up @@ -1962,7 +1962,7 @@ pack_unpack(VALUE str, SEL sel, VALUE fmt)
VALUE buf = infected_str_new(0, (send - s)*3/4, str);
char *ptr = (char *)rb_bstr_bytes(buf);
char *ptr_beg = ptr;
int a = -1,b = -1,c = 0,d;
int a = -1,b = -1,c = 0,d = 0;
static signed char b64_xtable[256];

if (b64_xtable['/'] <= 0) {
Expand Down

0 comments on commit 1b1f6dc

Please sign in to comment.