]> git.mxchange.org Git - flightgear.git/blobdiff - JSBsim/FGTranslation.cpp
Added initial support for native SGI compilers.
[flightgear.git] / JSBsim / FGTranslation.cpp
index 05adbbf8dcc65f0ffc05a1dfd1811820ea7bd2ab..63db8801f32b84febddbb528007a06c0abd173e2 100644 (file)
@@ -73,7 +73,7 @@ INCLUDES
 
 FGTranslation::FGTranslation(FGFDMExec* fdmex) : FGModel(fdmex)
 {
-  strcpy(Name, "FGTranslation");
+  Name = "FGTranslation";
   Udot = Vdot = Wdot = 0.0;
 }