Explorar o código

tools/starpu_machine_display.c: really fix function name (thanks Samuel P.)

Nathalie Furmento %!s(int64=8) %!d(string=hai) anos
pai
achega
5290e6c1e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/starpu_machine_display.c

+ 1 - 1
tools/starpu_machine_display.c

@@ -152,7 +152,7 @@ int main(int argc, char **argv)
 
 	if (info)
 	{
-		starpu_bus_topology_directory(stdout);
+		starpu_bus_print_filenames(stdout);
 		starpu_shutdown();
 		return 0;
 	}