Project

General

Profile

« Previous | Next » 

Revision c25d249e

Added by ko1 (Koichi Sasada) almost 5 years ago

RBasci::flags (VALUE) doesn't match int.

The type of RBasic::flags is VALUE, and INT2FIX(flags) does not
make sense. Use correct type to represent.