mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-23 02:27:12 +02:00
Backported latest fixes and improvements from the Squirrel repository.
This commit is contained in:
2
external/Squirrel/Lib/sqstdblobimpl.h
vendored
2
external/Squirrel/Lib/sqstdblobimpl.h
vendored
@ -88,7 +88,7 @@ struct SQBlob : public SQStream
|
||||
return 0;
|
||||
}
|
||||
bool IsValid() {
|
||||
return _buf?true:false;
|
||||
return _size == 0 || _buf?true:false;
|
||||
}
|
||||
bool EOS() {
|
||||
return _ptr == _size;
|
||||
|
Reference in New Issue
Block a user