mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
compile on gcc 3.2
This commit is contained in:
parent
225727773c
commit
390909706c
@ -1229,7 +1229,7 @@ handle_end_command() {
|
|||||||
// Now compare the file we generated to the file that's already
|
// Now compare the file we generated to the file that's already
|
||||||
// there, if there is one.
|
// there, if there is one.
|
||||||
|
|
||||||
nest->_output << ends;
|
// nest->_output << ends;
|
||||||
string generated_file = nest->_output.str();
|
string generated_file = nest->_output.str();
|
||||||
if (!compare_output(generated_file, nest->_params,
|
if (!compare_output(generated_file, nest->_params,
|
||||||
(nest->_flags & OF_notouch) != 0)) {
|
(nest->_flags & OF_notouch) != 0)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user