mirror of https://github.com/acidanthera/audk.git
clean non-ASCII char
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11338 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
267865e841
commit
60d8f1f856
|
@ -4736,7 +4736,7 @@ SmartOpen (
|
||||||
if (SmartFile->FileContent != NULL) {
|
if (SmartFile->FileContent != NULL) {
|
||||||
memset (SmartFile->FileContent, 0, FileSize + 1);
|
memset (SmartFile->FileContent, 0, FileSize + 1);
|
||||||
//
|
//
|
||||||
// Usually FileLength < FileSize, because in text mode, carriage return¨Clinefeed
|
// Usually FileLength < FileSize, because in text mode, carriage return-linefeed
|
||||||
// combinations are translated into single linefeeds on input
|
// combinations are translated into single linefeeds on input
|
||||||
//
|
//
|
||||||
SmartFile->FileLength = fread (SmartFile->FileContent, sizeof(char), FileSize, Fptr);
|
SmartFile->FileLength = fread (SmartFile->FileContent, sizeof(char), FileSize, Fptr);
|
||||||
|
|
Loading…
Reference in New Issue