Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix
This commit is contained in:
commit
ecba7c5076
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ namespace fc
|
|||
case 'f':
|
||||
return token_from_stream( in );
|
||||
case 0x04: // ^D end of transmission
|
||||
case EOF:
|
||||
FC_THROW_EXCEPTION( eof_exception, "unexpected end of file" );
|
||||
default:
|
||||
// ilog( "unhandled char '${c}' int ${int}", ("c", fc::string( &c, 1 ) )("int", int(c)) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue