summaryrefslogtreecommitdiff
path: root/ext/syck/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/syck/bytecode.c')
-rw-r--r--ext/syck/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/bytecode.c b/ext/syck/bytecode.c
index 5cddb22831..3310713e5c 100644
--- a/ext/syck/bytecode.c
+++ b/ext/syck/bytecode.c
@@ -325,7 +325,7 @@ yy24:
CHK_NL(YYCURSOR);
if ( qstr[0] == '!' )
{
- int qidx = strlen( qstr );
+ size_t qidx = strlen( qstr );
if ( qstr[1] == '\0' )
{
free( qstr );