diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-12 18:34:50 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-12 18:34:50 +0100 |
commit | 862e2194433b5d47aaf88261091b35a1ee663482 (patch) | |
tree | 0193a728a38fd760b40d186d45c283ac2685e7ea /src/CraftingRecipes.cpp | |
parent | Merge branch 'Werror' into warnings (diff) | |
download | cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.gz cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.bz2 cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.lz cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.xz cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.zst cuberite-862e2194433b5d47aaf88261091b35a1ee663482.zip |
Diffstat (limited to 'src/CraftingRecipes.cpp')
-rw-r--r-- | src/CraftingRecipes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CraftingRecipes.cpp b/src/CraftingRecipes.cpp index 30f21686c..30e7a8733 100644 --- a/src/CraftingRecipes.cpp +++ b/src/CraftingRecipes.cpp @@ -340,7 +340,7 @@ void cCraftingRecipes::LoadRecipes(void) } AddRecipeLine(LineNum, Recipe); } // for itr - Split[] - LOG("Loaded %zu crafting recipes", m_Recipes.size()); + LOG("Loaded " SIZE_T_FMT " crafting recipes", m_Recipes.size()); } |