mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 12:23:59 +00:00
unusable variable
This commit is contained in:
parent
6405a3973d
commit
bf94c2997d
@ -911,16 +911,12 @@ void tlt_read_rcwt() {
|
|||||||
if (buf == NULL)
|
if (buf == NULL)
|
||||||
fatal(EXIT_NOT_ENOUGH_MEMORY, "Not enough memory");
|
fatal(EXIT_NOT_ENOUGH_MEMORY, "Not enough memory");
|
||||||
|
|
||||||
int nread = 0;
|
|
||||||
|
|
||||||
while(1) {
|
while(1) {
|
||||||
|
|
||||||
buffered_read(buf, len);
|
buffered_read(buf, len);
|
||||||
past += result;
|
past += result;
|
||||||
nread += (int) result;
|
|
||||||
|
|
||||||
if (result != len) {
|
if (result != len) {
|
||||||
end_of_file=1;
|
end_of_file = 1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user