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/tools/myriad.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/myriad.cpp') diff --git a/src/tools/myriad.cpp b/src/tools/myriad.cpp index b6e435d..7d7956e 100644 --- a/src/tools/myriad.cpp +++ b/src/tools/myriad.cpp @@ -75,9 +75,9 @@ public: int iBlockSize; int iPreallocate; int iStream; - Bu::FString sFile; - Bu::FString sSrc; - Bu::FString sDst; + Bu::String sFile; + Bu::String sSrc; + Bu::String sDst; }; Bu::Formatter &operator>>( Bu::Formatter &f, Mode &e ) -- cgit v1.2.3