Ticket #59970: patch-sifImprt.diff

File patch-sifImprt.diff, 457 bytes (added by BSeppke (Benjamin Seppke), 4 years ago)

Hopefully, this should fix it...

  • src/impex/sifImport.cxx

    old new  
    142142        std::string str;
    143143        getline(siffile, str);
    144144#ifdef DEBUG
    145         std::std::cout << str << std::std::endl;
     145        std::cout << str << std::endl;
    146146#endif
    147147        if(i==0) {
    148148            vigra_precondition(str=="Andor Technology Multi-Channel File", "The file is not a valid sif File.");