From 30482a35993777498c34771fc111dd39b4d13c1a Mon Sep 17 00:00:00 2001 From: Richard Harrison Date: Sat, 26 Jan 2019 17:42:55 +0100 Subject: [PATCH] Fix errant spaces in DDS cache log file --- simgear/scene/model/ModelRegistry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/model/ModelRegistry.cxx b/simgear/scene/model/ModelRegistry.cxx index b5bbc7b9..ca2beb1f 100644 --- a/simgear/scene/model/ModelRegistry.cxx +++ b/simgear/scene/model/ModelRegistry.cxx @@ -617,7 +617,7 @@ SG_LOG(SG_IO, SG_WARN, pot_message << " " << absFileName); // printf("--- no compress or mipmap of format %s\n", newName.c_str()); registry->writeImage(*srcImage, newName, nopt); { - std::string mdlDirectory = cache_root + "/cache-i ndex.txt"; + std::string mdlDirectory = cache_root + "/cache-index.txt"; FILE *f = ::fopen(mdlDirectory.c_str(), "a"); if (f) {