size_t != uint64_t
Change-Id: Idf7137a7e385dec6600fe73be5d978af2fde76f0
This commit is contained in:
parent
f4dbea4626
commit
39af304e0c
1 changed files with 1 additions and 1 deletions
|
@ -1652,7 +1652,7 @@ namespace Mist{
|
|||
// If we are appending to an existing playlist, we need to recover the playlistBuffer and reopen the playlist
|
||||
HTTP::URIReader inFile(playlistLocationString);
|
||||
char *newBuffer;
|
||||
uint64_t bytesRead;
|
||||
size_t bytesRead;
|
||||
inFile.readAll(newBuffer, bytesRead);
|
||||
playlistBuffer = std::string(newBuffer, bytesRead) + playlistBuffer;
|
||||
// Reinit the playlist with the new targetDuration
|
||||
|
|
Loading…
Add table
Reference in a new issue