From 9e9fbd3185536a208108315e0671d086997f0a9a Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 17 Sep 1998 18:25:11 +0000 Subject: [PATCH] Fixed output message. --- Astro/moon.cxx | 2 +- Astro/stars.cxx | 9 ++++++--- Astro/stars.hxx | 9 ++++++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Astro/moon.cxx b/Astro/moon.cxx index 70e7eeb03..40dffacc8 100644 --- a/Astro/moon.cxx +++ b/Astro/moon.cxx @@ -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); } } diff --git a/Astro/stars.cxx b/Astro/stars.cxx index d9b7cb1aa..af4b395d2 100644 --- a/Astro/stars.cxx +++ b/Astro/stars.cxx @@ -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 * - The new classes in libmisc.tgz define a stream interface into zlib. diff --git a/Astro/stars.hxx b/Astro/stars.hxx index 9e9f18b19..e5bdc5a70 100644 --- a/Astro/stars.hxx +++ b/Astro/stars.hxx @@ -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. -- 2.39.2