vtil-project / VTIL-Core

Virtual-machine Translation Intermediate Language
BSD 3-Clause "New" or "Revised" License
1.31k stars 165 forks source link

Fix a compile error emitting from io/formatting.hpp #21

Closed L33T closed 4 years ago

L33T commented 4 years ago

This fixes an issue where current attempts at compiling the project produces the following error message:


  119 |       in = in.substr( 0, i + 1 ) + in.substr( i + 1 + strlen( str ) );
      |                                                       ^~~~~~```