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/unit/queuebuf.unit | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/unit/queuebuf.unit') diff --git a/src/unit/queuebuf.unit b/src/unit/queuebuf.unit index 29ba858..8de29e4 100644 --- a/src/unit/queuebuf.unit +++ b/src/unit/queuebuf.unit @@ -30,7 +30,7 @@ suite QueueBuf unitTest( qb.read( buf, 7 ) == 0 ); } - void QBUF_RANDSTR( Bu::FString &fill, unsigned int iSize ) + void QBUF_RANDSTR( Bu::String &fill, unsigned int iSize ) { char c; for( unsigned int i=0; i