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