python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / games / crrcsim / gcc6.patch
blobc19f28c514d75c75cbc4c485834357e68731ec8c
1 diff --git c/src/mod_video/crrc_animation.cpp i/src/mod_video/crrc_animation.cpp
2 index ee7d7f4..855b106 100644
3 --- c/src/mod_video/crrc_animation.cpp
4 +++ i/src/mod_video/crrc_animation.cpp
5 @@ -84,7 +84,7 @@ void createAnimation(SimpleXMLTransfer *animation, ssgEntity* model)
6 else
8 std::cerr << "createAnimation: unknown animation type \'"
9 - << type << "\'" << std::cerr;
10 + << type << "\'" << std::endl;
13 if (anim != NULL)