Index: head/games/crrcsim/files/patch-src_mod__fdm_config.h =================================================================== --- head/games/crrcsim/files/patch-src_mod__fdm_config.h (nonexistent) +++ head/games/crrcsim/files/patch-src_mod__fdm_config.h (revision 473057) @@ -0,0 +1,11 @@ +--- src/mod_fdm_config.h.orig 2016-04-10 16:57:14 UTC ++++ src/mod_fdm_config.h +@@ -35,7 +35,7 @@ + #define MOD_FDM_USE_HELI01 1 + #define MOD_FDM_USE_MCOPTER01 1 + +-#define MOD_FDM_INFOSTR "CRRCSim "PACKAGE_VERSION ++#define MOD_FDM_INFOSTR "CRRCSim " PACKAGE_VERSION + + + #endif // MOD_FDM_CONFIG_H Property changes on: head/games/crrcsim/files/patch-src_mod__fdm_config.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/crrcsim/files/patch-src_mod__video_crrc_animation.cpp =================================================================== --- head/games/crrcsim/files/patch-src_mod__video_crrc_animation.cpp (nonexistent) +++ head/games/crrcsim/files/patch-src_mod__video_crrc_animation.cpp (revision 473057) @@ -0,0 +1,11 @@ +--- src/mod_video/crrc_animation.cpp.orig 2016-04-10 16:57:14 UTC ++++ src/mod_video/crrc_animation.cpp +@@ -84,7 +84,7 @@ void createAnimation(SimpleXMLTransfer * + else + { + std::cerr << "createAnimation: unknown animation type \'" +- << type << "\'" << std::cerr; ++ << type << "\'" << std::endl; + } + + if (anim != NULL) Property changes on: head/games/crrcsim/files/patch-src_mod__video_crrc_animation.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property