X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fanimated-mesh-md2.cpp;h=141a634b486df0220ac7c1e51a611deda2086568;hp=11e680fb11fd06e89b108972a1ad579302884d9c;hb=4f049544ec827a9f1f16a913d7241f29179fdde7;hpb=c4d9e46f268b4f7f738dd77685c632991125cec9 diff --git a/src/animated-mesh-md2.cpp b/src/animated-mesh-md2.cpp index 11e680f..141a634 100644 --- a/src/animated-mesh-md2.cpp +++ b/src/animated-mesh-md2.cpp @@ -28,7 +28,7 @@ using namespace irr; scene::EMD2_ANIMATION_TYPE scm_to_md2_animation_type (SCM md2_animation_type) { - char* flag = scm_to_utf8_stringn (scm_symbol_to_string (md2_animation_type), NULL); + char* flag = scm_to_utf8_string (scm_symbol_to_string (md2_animation_type)); if (!strcmp (flag, "stand")) { return scene::EMAT_STAND;