mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
4ea223eae8
commit
9590690313
@ -722,6 +722,11 @@ parse_header(DownloadStatus &status) {
|
|||||||
downloader_cat.error()
|
downloader_cat.error()
|
||||||
<< "Downloader::parse_header() - No newlines in buffer!" << endl;
|
<< "Downloader::parse_header() - No newlines in buffer!" << endl;
|
||||||
return false;
|
return false;
|
||||||
|
} else if (p == 0 && nl == p) {
|
||||||
|
downloader_cat.error()
|
||||||
|
<< "Downloader::parse_header() - Buffer begins with newline!"
|
||||||
|
<< endl;
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
string component = bufstr.substr(p, nl - p);
|
string component = bufstr.substr(p, nl - p);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user