Replace backslash in file paths to slash
authorJohn Rockefeller <jrockefeller1@gmail.com>
Thu, 7 Sep 2017 03:18:42 +0000 (23:18 -0400)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 03:18:42 +0000 (23:18 -0400)
commitf1d6bfaf9792c341e9a4023fc43fe25ee3387057
tree3a7e3dbb31ff9a4218958ed6b84a7aac1ba9111b
parentb497beb696c2835996a0d846e0db83b030f0f4f8
Replace backslash in file paths to slash

This fix makes it possible to cross-compile the software on multiple OSs. Windows should also be able to handle this change just fine.
src/file.cpp