X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Ftest-mktime.cxx;h=037e94e5e3d482734515a3d83be5250988bdbd68;hb=740195dc63f1fc8b6857c079f55d4ce0d5fcf7ff;hp=6c6734d5133978b406c07aff2be597c08c656a51;hpb=c7f7093df5d76bfcbe14ca5dd84ef54c884e0082;p=flightgear.git diff --git a/tests/test-mktime.cxx b/tests/test-mktime.cxx index 6c6734d51..037e94e5e 100644 --- a/tests/test-mktime.cxx +++ b/tests/test-mktime.cxx @@ -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"); } }