From ec30dd0c55012c656b3ff419b4b098519955ad9a Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 7 Mar 2009 16:13:31 +0100 Subject: fix crash in stitching mode --- NEWS | 4 ++++ src/Stitch.cxx | 1 + 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 10d0fc6..7f61e21 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ gipfel ChangeLog ================= +gipfel-0.2.8 +* Fix issue with image saving on some platforms (reported by David Mitchell). +* Fix crash in stitching mode. + gipfel-0.2.7 * Import data from http://www.viewfinderpanoramas.org/ with the kind permission of Jonathan de Ferranti. Thanks a lot! diff --git a/src/Stitch.cxx b/src/Stitch.cxx index e69a28e..b127de4 100644 --- a/src/Stitch.cxx +++ b/src/Stitch.cxx @@ -43,6 +43,7 @@ Stitch::load_image(char *file) { for (int i=0; iend(); if (gipf[i]->load_image(file) != 0) { delete gipf[i]; gipf[i] = NULL; -- cgit v1.2.3