Skip to content

Commit 52694fe

Browse files
committed
Type error is fixed
1 parent 11b32b2 commit 52694fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File.ixx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export namespace util::io
187187
{
188188
while (true)
189189
{
190-
const file::ResultCode result = std::fgetc(myHandle);
190+
const int result = std::fgetc(myHandle);
191191
if (result == file::ResultCode::EndOfFile)
192192
{
193193
break;

0 commit comments

Comments
 (0)