This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
bx
mirror of
https://github.com/bkaradzic/bx.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixed FileWriter.
Branimir Karadžić
8 years ago
parent
f1f115bdaa
commit
40a7933018
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/crtimpl.cpp
+ 1
- 0
src/crtimpl.cpp
View File
@@ -198,6 +198,7 @@ namespace bx
return false;
return false;
}
}
+ m_open = true;
return true;
return true;
}
}