warning
This commit is contained in:
parent
d98d888fd8
commit
2c224666aa
@ -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;
|
||||||
|
Reference in New Issue
Block a user