]> git.mxchange.org Git - flightgear.git/blobdiff - JSBsim/FGAtmosphere.cpp
Added initial support for native SGI compilers.
[flightgear.git] / JSBsim / FGAtmosphere.cpp
index 713282e30a37e7608e99fb786abb3cd5417de15b..a066b30469d80283cb08c1d7ebc8ce2a9ae11fba 100644 (file)
@@ -55,7 +55,7 @@ INCLUDES
 
 FGAtmosphere::FGAtmosphere(FGFDMExec* fdmex) : FGModel(fdmex)
 {
-  strcpy(Name,"FGAtmosphere");
+  Name = "FGAtmosphere";
 }