From ac86a178f7e5230fa357a091b09209bd0462dd59 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 18 May 2005 23:11:02 +0000 Subject: [PATCH] - obsolete Changed files: hugin-imgs.patch -> 1.2 --- hugin-imgs.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hugin-imgs.patch diff --git a/hugin-imgs.patch b/hugin-imgs.patch deleted file mode 100644 index 3984cab..0000000 --- a/hugin-imgs.patch +++ /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; -- 2.43.0