Remove unrecognized chars in comment for all source C/h files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5354 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -4562,7 +4562,7 @@ SmartOpen (
|
||||
if (SmartFile->FileContent != NULL) {
|
||||
memset (SmartFile->FileContent, 0, FileSize + 1);
|
||||
//
|
||||
// Usually FileLength < FileSize, because in text mode, carriage return<EFBFBD>Clinefeed
|
||||
// Usually FileLength < FileSize, because in text mode, carriage return-linefeed
|
||||
// combinations are translated into single linefeeds on input
|
||||
//
|
||||
SmartFile->FileLength = fread (SmartFile->FileContent, sizeof(char), FileSize, Fptr);
|
||||
|
Reference in New Issue
Block a user