mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
build on irix
This commit is contained in:
parent
951f96b911
commit
87636fa232
@ -61,12 +61,12 @@ input_hex(istream &in) {
|
||||
}
|
||||
|
||||
if (i != 32) {
|
||||
in.setstate(ios::failbit);
|
||||
in.clear(ios::failbit|in.rdstate());
|
||||
return;
|
||||
}
|
||||
|
||||
if (!in.eof()) {
|
||||
in.unget();
|
||||
in.putback(ch);
|
||||
} else {
|
||||
in.clear();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user