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