cleaned up compiler warnings

This commit is contained in:
skarg
2005-06-13 12:48:25 +00:00
parent 2624538022
commit 6c35ca9567
6 changed files with 29 additions and 15 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ void AtomicReadFileHandler(
{
if (data.access == FILE_STREAM_ACCESS)
{
data.fileData = &buffer[0];
data.fileData = (uint8_t *)&buffer[0];
data.fileDataLength = sizeof(buffer);
if (data.type.stream.requestedOctetCount < data.fileDataLength)
{