Explorar o código

fix warning message

Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
1ba434df2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/starpu_util.h

+ 1 - 1
include/starpu_util.h

@@ -276,7 +276,7 @@ static __starpu_inline float starpu_get_env_float_default(const char *str, float
 
 		val = strtof(strval, &check);
 		if (*check) {
-			fprintf(stderr,"The %s environment variable must contain an integer\n", str);
+			fprintf(stderr,"The %s environment variable must contain a float\n", str);
 			STARPU_ABORT();
 		}