We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956184b commit 58971a3Copy full SHA for 58971a3
src/UFile.cpp
@@ -55,7 +55,6 @@ void UFile::close() {
55
// Close the file
56
if (fp != nullptr) {
57
fclose(fp);
58
- //fp = nullptr;
59
}
60
61
0 commit comments