This commit is contained in:
Vítor Santos Costa 2013-11-11 11:41:42 +00:00
parent d98d888fd8
commit 2c224666aa

View File

@ -4400,8 +4400,7 @@ PRED_IMPL("current_output", 1, current_output, PL_FA_ISO)
static static
PRED_IMPL("byte_count", 2, byte_count, 0) PRED_IMPL("byte_count", 2, byte_count, 0)
{ PRED_LD { IOSTREAM *s;
IOSTREAM *s;
if ( getStreamWithPosition(A1, &s) ) if ( getStreamWithPosition(A1, &s) )
{ int64_t n = s->position->byteno; { int64_t n = s->position->byteno;