colorer / Colorer-library

Syntax highlighting and text parsing library
MIT License
22 stars 5 forks source link

Change all usages of 'gets' to 'fgets' + 'strtok' to remove the newline characters. #6

Closed yacoder closed 9 years ago

yacoder commented 9 years ago

'gets(...)' is deprecated and causes compilation errors with newer compilers (tried with VS 2015).