mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
6179371b89
commit
5820b4f320
@ -47,6 +47,7 @@ parse(const string &line) {
|
|||||||
size_t colon = line.find(':');
|
size_t colon = line.find(':');
|
||||||
if (colon == string::npos) {
|
if (colon == string::npos) {
|
||||||
nout << "Colon required.\n";
|
nout << "Colon required.\n";
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Chop up the first part of the string (preceding the colon) into
|
// Chop up the first part of the string (preceding the colon) into
|
||||||
|
Loading…
x
Reference in New Issue
Block a user