From 798d367d54a6c6379ad355bd8345fa40e31e7fe9 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Sep 2008 18:24:57 -0500 Subject: Second Life viewer sources 1.21.0-RC --- linden/indra/test/v3math_tut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/test/v3math_tut.cpp') diff --git a/linden/indra/test/v3math_tut.cpp b/linden/indra/test/v3math_tut.cpp index 30a7b7a..9989a8a 100644 --- a/linden/indra/test/v3math_tut.cpp +++ b/linden/indra/test/v3math_tut.cpp @@ -475,7 +475,7 @@ namespace tut void v3math_object::test<28>() { F32 x1 =1.23f, y1 = 2.f,z1 = 4.f; - char buf[] = "1.23 2. 4"; + std::string buf("1.23 2. 4"); LLVector3 vec3, vec3a(x1,y1,z1); LLVector3::parseVector3(buf, &vec3); ensure_equals("1:parseVector3 failed", vec3, vec3a); -- cgit v1.1