mirror of
https://github.com/Ed94/gencpp.git
synced 2025-12-15 19:18:54 -08:00
Pushing latest changes for gencpp
This commit is contained in:
@@ -5,9 +5,8 @@
|
||||
Builder Builder::open( char const* path )
|
||||
{
|
||||
Builder result;
|
||||
|
||||
|
||||
FileError error = file_open_mode( & result.File, EFileMode_WRITE, path );
|
||||
|
||||
if ( error != EFileError_NONE )
|
||||
{
|
||||
log_failure( "gen::File::open - Could not open file: %s", path);
|
||||
|
||||
Reference in New Issue
Block a user