Comment 7 for bug 678808

Revision history for this message
maximtee (maximtee) wrote :

Logged In: YES
user_id=2021593
Originator: YES

I have noticed that there are only 5 refrences to fopen in 3 files (see below). Am I right assuming that these would be the places to start fixing this bug?

Find all " fopen", Subfolders, Find Results 1, "Entire Solution"
  D:\huginbase\hugin\src\foreign\jhead\jpgfile.cpp(341): infile = fopen(FileName, "rb"); // Unix ignores 'b', windows needs it.
  D:\huginbase\hugin\src\foreign\jhead\jpgfile.cpp(427): outfile = fopen(FileName,"wb");
  D:\huginbase\hugin\src\foreign\lensdb\PTLensDB.c(718): file = fopen(profileFile, "r");
  D:\huginbase\hugin\src\foreign\lensdb\PTLensDB.c(764): file = fopen(fileName, "r");
  D:\huginbase\hugin\src\tools\vig_optimize.cpp(270): FILE * f = fopen(inputPointsFile.c_str(), "r");
  Matching lines: 5 Matching files: 3 Total files searched: 168