]> git.pld-linux.org Git - packages/hugin.git/blob - hugin-imgs.patch
- updated to 0.5-beta6, updated pl.po-update patch, added am patch
[packages/hugin.git] / hugin-imgs.patch
1 --- hugin-0.5/src/Panorama/Panorama.cpp.orig    2005-05-06 05:29:02.000000000 +0200
2 +++ hugin-0.5/src/Panorama/Panorama.cpp 2005-05-13 23:46:38.730607064 +0200
3 @@ -1019,8 +1019,8 @@
4               || (line.compare("# Control Points: Distance between desired and fitted Position (in \"Pixels\")") == 0 )) {
5                 
6                  // switch to reading the control point distance
7 -                if (scriptImgCounter != imgs.size()-1) {
8 -                    DEBUG_ERROR("Read only " << scriptImgCounter+1 << " images from PTOptimizer file");
9 +                if (scriptImgCounter != imgs.size()) {
10 +                    DEBUG_ERROR("Read only " << scriptImgCounter << " images from PTOptimizer file");
11                  }
12                  DEBUG_DEBUG("Changing state to read control point distances");
13                  state = 1;
This page took 0.047183 seconds and 3 git commands to generate.