mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -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) {
|
if (i != 32) {
|
||||||
in.setstate(ios::failbit);
|
in.clear(ios::failbit|in.rdstate());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!in.eof()) {
|
if (!in.eof()) {
|
||||||
in.unget();
|
in.putback(ch);
|
||||||
} else {
|
} else {
|
||||||
in.clear();
|
in.clear();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user