diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-03 11:33:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-03 11:33:23 +0000 |
| commit | 570cd0fd08f093bafd79ca12bdb45fccec24c35e (patch) | |
| tree | 8239b5c967f2876e2347a741dd2cfdf5bd06647e /src/KM_fileio.cpp | |
| parent | ffcbdd334098861ea02dfcd04aeec60cfaaff600 (diff) | |
Another win32 build fix.
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 7a6b3f8..8238dc3 100644 --- a/src/KM_fileio.cpp +++ b/src/KM_fileio.cpp @@ -969,7 +969,6 @@ Kumu::FileWriter::OpenWrite(const std::string& filename) Kumu::Result_t Kumu::FileWriter::OpenModify(const std::string& filename) { - KM_TEST_NULL_STR_L(filename); m_Filename = filename; // suppress popup window on error |
