Ticket #59970: patch-sifImprt.diff
File patch-sifImprt.diff, 457 bytes (added by BSeppke (Benjamin Seppke), 5 years ago) |
---|
-
src/impex/sifImport.cxx
old new 142 142 std::string str; 143 143 getline(siffile, str); 144 144 #ifdef DEBUG 145 std:: std::cout << str << std::std::endl;145 std::cout << str << std::endl; 146 146 #endif 147 147 if(i==0) { 148 148 vigra_precondition(str=="Andor Technology Multi-Channel File", "The file is not a valid sif File.");