]> git.mxchange.org Git - flightgear.git/blobdiff - tests/test-mktime.cxx
Merge branch 'next' of D:\Git_New\flightgear into next
[flightgear.git] / tests / test-mktime.cxx
index 6c6734d5133978b406c07aff2be597c08c656a51..037e94e5e3d482734515a3d83be5250988bdbd68 100644 (file)
@@ -75,7 +75,7 @@ time_t get_start_gmt(int year) {
 #else // ! defined ( MK_TIME_IS_GMT )
 
     // timezone seems to work as a proper offset for Linux & Solaris
-#  if defined( __linux__ ) || defined( __sun__ ) || defined( __CYGWIN__ )
+#  if defined( __linux__ ) || defined(__sun) || defined( __CYGWIN__ )
 #   define TIMEZONE_OFFSET_WORKS 1
 #  endif
 
@@ -145,7 +145,7 @@ int main() {
         printf("This will cause the sun/moon/stars/planets to be in the\n");
        printf("wrong place in the sky and the rendered time of day will be\n");
        printf("incorrect.\n\n");
-       printf("Please report this to curt@me.umn.edu so we can work to fix\n");
+       printf("Please report this to http://www.flightgear.org/~curt so we can work to fix\n");
        printf("the problem on your platform.\n");
     }
 }