From 80fe758b0e05bb368dd65865e93ad05f98679e62 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Tue, 16 Jan 2018 22:27:40 +0100 Subject: [PATCH] software is defined as computer programs containing bugs --- BlobList.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlobList.cc b/BlobList.cc index 90dd00d..41e14a1 100644 --- a/BlobList.cc +++ b/BlobList.cc @@ -32,7 +32,7 @@ namespace pEp { BlobList::Iterator BlobList::Iterator::operator++ (int) { Iterator second = *this; - (*this)++; + ++(*this); return second; }