mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -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::parse_header() - No newlines in buffer!" << endl;
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user