mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: available
This commit is contained in:
parent
6c227aadab
commit
217621af6c
@ -4915,7 +4915,7 @@ namespace CoreUtil.Internal
|
|||||||
{
|
{
|
||||||
if ((z.avail_in == 0) && (!nomoreinput))
|
if ((z.avail_in == 0) && (!nomoreinput))
|
||||||
{
|
{
|
||||||
// if buffer is empty and more input is avaiable, refill it
|
// if buffer is empty and more input is available, refill it
|
||||||
z.next_in_index = 0;
|
z.next_in_index = 0;
|
||||||
z.avail_in = SupportClass.ReadInput(in_Renamed, buf, 0, bufsize); //(bufsize<z.avail_out ? bufsize : z.avail_out));
|
z.avail_in = SupportClass.ReadInput(in_Renamed, buf, 0, bufsize); //(bufsize<z.avail_out ? bufsize : z.avail_out));
|
||||||
if (z.avail_in == - 1)
|
if (z.avail_in == - 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user