From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92989 invoked by alias); 5 Feb 2018 22:24:59 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 92960 invoked by uid 9795); 5 Feb 2018 22:24:58 -0000 Date: Mon, 05 Feb 2018 22:24:00 -0000 Message-ID: <20180205222458.92934.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup - the official Cygwin setup program] branch master, updated. release_2.886-1-g9651bab X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a3a2e82d5609b868533fd721680d1439b0cecf82 X-Git-Newrev: 9651bab7235740ba9a6729aa10838fd7d5fc6f39 X-SW-Source: 2018-q1/txt/msg00036.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=9651bab7235740ba9a6729aa10838fd7d5fc6f39 commit 9651bab7235740ba9a6729aa10838fd7d5fc6f39 Author: Jon Turney Date: Fri Feb 2 19:41:58 2018 +0000 Make sure we process the last version description in setup.ini Diff: --- IniDBBuilderPackage.cc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/IniDBBuilderPackage.cc b/IniDBBuilderPackage.cc index 4169634..8fa6ad9 100644 --- a/IniDBBuilderPackage.cc +++ b/IniDBBuilderPackage.cc @@ -36,6 +36,7 @@ currentSpec (0), _feedback (aFeedback){} IniDBBuilderPackage::~IniDBBuilderPackage() { + process(); } void