diff options
| author | mick <mickgrierson@gmail.com> | 2013-11-05 11:06:19 +0000 |
|---|---|---|
| committer | mick <mickgrierson@gmail.com> | 2013-11-05 11:06:19 +0000 |
| commit | 16b077cd9ceead410ccdfd4a596d697e1a90220b (patch) | |
| tree | dc48774b326a80fd53b192f86f52ccb56055a786 | |
| parent | 5387dce0877dcfee9fa7cefd7ad615ca0e05324a (diff) | |
Revert "Merge pull request #17 from jamiebullock/master"
This reverts commit 5387dce0877dcfee9fa7cefd7ad615ca0e05324a, reversing
changes made to eabb1855777c8451c8a35bae4309ee112ac4460e.
| -rw-r--r-- | maximilian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maximilian.cpp b/maximilian.cpp index b3bc07a..e89a8b7 100644 --- a/maximilian.cpp +++ b/maximilian.cpp @@ -572,7 +572,7 @@ bool maxiSample::read() { bool result; ifstream inFile( myPath.c_str(), ios::in | ios::binary); - result = (bool)inFile; + result = inFile; if (inFile) { bool datafound = false; inFile.seekg(4, ios::beg); |
