generated from PlexSheep/baserepo
automatic cargo CI changes
This commit is contained in:
parent
0155465332
commit
de9ef8d841
|
@ -165,7 +165,7 @@ fn rd_data(
|
||||||
nlen = (config.limit % BYTES_PER_LINE),
|
nlen = (config.limit % BYTES_PER_LINE),
|
||||||
"byte counter is farther than limit"
|
"byte counter is farther than limit"
|
||||||
);
|
);
|
||||||
len = config.limit % BYTES_PER_LINE;
|
len = config.limit % BYTES_PER_LINE;
|
||||||
config.stop = true;
|
config.stop = true;
|
||||||
}
|
}
|
||||||
return Ok(len);
|
return Ok(len);
|
||||||
|
|
Reference in New Issue