Daniele Bartolini 13 лет назад
Родитель
Сommit
a2b236d148
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/resource-compilers/txt-compiler.cpp

+ 1 - 1
tools/resource-compilers/txt-compiler.cpp

@@ -23,7 +23,7 @@ int main(int argc, char** argv)
 	
 	
 	if (!fs_root.exists(resource_in))
 	if (!fs_root.exists(resource_in))
 	{
 	{
-		printf("%s: ERROR: %s does not exist. Aborting.\n", resource_in);
+		printf("%s: ERROR: %s does not exist. Aborting.\n", argv[0], resource_in);
 		return -1;
 		return -1;
 	}
 	}