Typo Fix in recordings.php (#6504)
This commit is contained in:
parent
7997d808ce
commit
a62235e983
|
|
@ -579,7 +579,7 @@
|
||||||
// If the range starts with an '-' we start from the beginning
|
// If the range starts with an '-' we start from the beginning
|
||||||
// If not, we forward the file pointer
|
// If not, we forward the file pointer
|
||||||
// And make sure to get the end byte if spesified
|
// And make sure to get the end byte if spesified
|
||||||
if ($range0 == '-') {
|
if ($range == '-') {
|
||||||
// The n-number of the last bytes is requested
|
// The n-number of the last bytes is requested
|
||||||
$c_start = $size - substr($range, 1);
|
$c_start = $size - substr($range, 1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue