mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-12 18:57:12 +02:00
Backported latest fixes and improvements from the Squirrel repository.
This commit is contained in:
+1
-1
@@ -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