diff options
| author | jhurst <jhurst@cinecert.com> | 2008-08-15 22:47:07 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-08-15 22:47:07 +0000 |
| commit | a6d7c84d3734a21dbe7112a3a83b791ec211a315 (patch) | |
| tree | 2e10284ae3b386cf0cbf3df7f8924d7e9a78a4b5 /src/KM_fileio.cpp | |
| parent | 4e404673b69a7e2772579788a0b55c7037cee314 (diff) | |
removed extraneous assert(), added multi-/ test to path-test.cpp
Diffstat (limited to 'src/KM_fileio.cpp')
| -rw-r--r-- | src/KM_fileio.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KM_fileio.cpp b/src/KM_fileio.cpp index 57b28a8..61b7c88 100644 --- a/src/KM_fileio.cpp +++ b/src/KM_fileio.cpp @@ -69,7 +69,6 @@ split(const std::string& str, char separator, std::list<std::string>& components if ( r > pstr ) { std::string tmp_str; - assert(r - pstr < 100); tmp_str.assign(pstr, (r - pstr)); components.push_back(tmp_str); } |
