From b97fa408b5dc98183589acdc2755dcdf3becc451 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 24 Apr 2007 21:05:45 +0000 Subject: [PATCH] guid fixup --- stepmania/src/Profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index b228dc55e8..2f8dddb7ba 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -91,7 +91,7 @@ RString Profile::MakeGuid() { RString s; s.reserve( GUID_SIZE_BYTES*2 ); - char buf[GUID_SIZE_BYTES]; + unsigned char buf[GUID_SIZE_BYTES]; CryptManager::GetRandomBytes( buf, GUID_SIZE_BYTES ); for( unsigned i=0; i