From: ousttrue Date: Wed, 7 Mar 2012 14:53:44 +0000 (+0900) Subject: fixed by @santarh X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=HEAD;p=meshio%2Fmeshio.git fixed by @santarh --- 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));; } }