Open mattgodbolt opened 4 years ago
As soon as the stat* functions see a number they assume it's a vnum and only do lookup. They should probably use is_number() on the arg to check for it being an entire number not just the first char.
As soon as the stat* functions see a number they assume it's a vnum and only do lookup. They should probably use is_number() on the arg to check for it being an entire number not just the first char.