]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed output message.
authorcurt <curt>
Thu, 17 Sep 1998 18:25:11 +0000 (18:25 +0000)
committercurt <curt>
Thu, 17 Sep 1998 18:25:11 +0000 (18:25 +0000)
Astro/moon.cxx
Astro/stars.cxx
Astro/stars.hxx

index 70e7eeb03731d2954a459de11344a3059a49fe75..40dffacc80a9538ba7484d83d91a5709ba92a2b2 100644 (file)
@@ -78,7 +78,7 @@ Moon::Moon(fgTIME *t) :
         == NULL )
     {
       fgPrintf( FG_GENERAL, FG_EXIT, 
-               "Error in loading moon texture %s\n", tpath );
+               "Error in loading moon texture %s\n", tpath.c_str() );
       exit(1);
     } 
   } 
index d9b7cb1aa0511f6f58d4c603512fc9a1beea8471..af4b395d225b34394272854cd31f09fc1a2da91b 100644 (file)
@@ -261,10 +261,13 @@ void fgStarsRender( void ) {
 
 
 /* $Log$
-/* Revision 1.14  1998/09/15 04:26:22  curt
-/* New textured moon and rewritten/restructured Astro code contributed by Durk
-/* Talsma.
+/* Revision 1.15  1998/09/17 18:25:12  curt
+/* Fixed output message.
 /*
+ * Revision 1.14  1998/09/15 04:26:22  curt
+ * New textured moon and rewritten/restructured Astro code contributed by Durk
+ * Talsma.
+ *
  * Revision 1.13  1998/09/01 19:03:04  curt
  * Changes contributed by Bernie Bright <bbright@c031.aone.net.au>
  *  - The new classes in libmisc.tgz define a stream interface into zlib.
index 9e9f18b1960ea6fb32bde4d609dc2c37dc7aab5e..e5bdc5a70bbae610d79190665c71e82a4f40bcfb 100644 (file)
@@ -50,10 +50,13 @@ extern fgTIME cur_time_params;
 
 
 /* $Log$
-/* Revision 1.4  1998/09/15 04:26:23  curt
-/* New textured moon and rewritten/restructured Astro code contributed by Durk
-/* Talsma.
+/* Revision 1.5  1998/09/17 18:25:13  curt
+/* Fixed output message.
 /*
+ * Revision 1.4  1998/09/15 04:26:23  curt
+ * New textured moon and rewritten/restructured Astro code contributed by Durk
+ * Talsma.
+ *
  * Revision 1.3  1998/08/06 12:45:20  curt
  * Modified to bring in stars in 8 increments based on magnitude, not number
  * of stars.