From 27ebe6c5ea1b50b347ac66288ca8a292e5530cc7 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 7 Mar 2012 23:53:44 +0900 Subject: [PATCH] fixed by @santarh --- src/pmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pmd.cpp b/src/pmd.cpp index e04b0d6..6df70d5 100644 --- a/src/pmd.cpp +++ b/src/pmd.cpp @@ -411,7 +411,7 @@ namespace meshio { for(int i=0; i<10; ++i){ char toon[100]; sprintf(toon, "toon%02d.bmp", i+1); - toon_textures[i]=toon; + toon_textures[i]=fixed_string<100>(std::string(toon));; } } -- 2.11.0