From f5aca1a1b402bd7ebc944dc6e6fe65828d863365 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 02:14:08 +0000 Subject: Bu::FString is now String, and there's a shell script to fix any other programs that were using fstring, I hope. --- src/tests/fstrformat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/fstrformat.cpp') diff --git a/src/tests/fstrformat.cpp b/src/tests/fstrformat.cpp index a8e9def..2f04fe9 100644 --- a/src/tests/fstrformat.cpp +++ b/src/tests/fstrformat.cpp @@ -5,12 +5,12 @@ * terms of the license contained in the file LICENSE. */ -#include "bu/fstring.h" +#include "bu/string.h" #include int main() { - Bu::FString s; + Bu::String s; s.format("%d, %f, \'%s\'", 144, 12.5, "bob" ); -- cgit v1.2.3