- printf_exit (EXIT_FAILURE, stderr, "ERROR: Could not set a HOME directory.\nSet any of the following environement variables to some suitable location: HOME, HOME_4_TCOFFEE, TMP or TEMP [FATAL:%s]\n", PROGRAM);
+ fprintf(stderr, "ERROR: Could not set a HOME directory.\nSet any of the following environement variables to some suitable location: HOME, HOME_4_TCOFFEE, TMP or TEMP [FATAL:%s]\n", PROGRAM);
+printf("%s (%d): PROGRAM = %s\n", __FILE__, __LINE__, PROGRAM); fflush(stdout);
+ exit(EXIT_FAILURE);
}
@@ -4880,7 +4882,7 @@ int cputenv (char *string, ...)