]> git.pld-linux.org Git - packages/hugin.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 May 2005 23:11:02 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hugin-imgs.patch -> 1.2

hugin-imgs.patch [deleted file]

diff --git a/hugin-imgs.patch b/hugin-imgs.patch
deleted file mode 100644 (file)
index 3984cab..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- hugin-0.5/src/Panorama/Panorama.cpp.orig   2005-05-06 05:29:02.000000000 +0200
-+++ hugin-0.5/src/Panorama/Panorama.cpp        2005-05-13 23:46:38.730607064 +0200
-@@ -1019,8 +1019,8 @@
-              || (line.compare("# Control Points: Distance between desired and fitted Position (in \"Pixels\")") == 0 )) {
-               
-                 // switch to reading the control point distance
--                if (scriptImgCounter != imgs.size()-1) {
--                    DEBUG_ERROR("Read only " << scriptImgCounter+1 << " images from PTOptimizer file");
-+                if (scriptImgCounter != imgs.size()) {
-+                    DEBUG_ERROR("Read only " << scriptImgCounter << " images from PTOptimizer file");
-                 }
-                 DEBUG_DEBUG("Changing state to read control point distances");
-                 state = 1;
This page took 0.032192 seconds and 4 git commands to generate.