Acetylator
Results
2
issues of
Acetylator
As already noticed in issue #132 ref_system_id field is now a system column in MariaDB. Therefore it should be used with backticks. My issue is an addition to #132 -...
Hi, you got bug in lz4d.pas. On line 386, you got: LBytes := lz4s_Decode_Stream_Header( LSD, ASource, LBytes ); It should be: LBytes := lz4s_Decode_Stream_Header(LSD, ASource, ASourceSize); LBytes is 0 when...