Another win32 build fix.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2016 11:33:23 +0000 (11:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2016 11:33:23 +0000 (11:33 +0000)
src/KM_fileio.cpp

index 7a6b3f8a096fe8bc6810f68d6a544d559e320bb5..8238dc3125a93fc178e511f4f0a8add88eb47961 100644 (file)
@@ -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