Skip to content

Commit 720be0a

Browse files
committed
Shrink struct query_args
1 parent 028e1c9 commit 720be0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/io/console/console.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,8 +1223,8 @@ console_key_pressed_p(VALUE io, VALUE k)
12231223
}
12241224
#else
12251225
struct query_args {
1226-
const char *qstr;
1227-
int opt;
1226+
char qstr[6];
1227+
unsigned char opt;
12281228
};
12291229

12301230
static int

0 commit comments

Comments
 (0)