software is defined as computer programs containing bugs

LPA-1
Volker Birk 5 years ago
parent 88315be53a
commit 80fe758b0e

@ -32,7 +32,7 @@ namespace pEp {
BlobList::Iterator BlobList::Iterator::operator++ (int)
{
Iterator second = *this;
(*this)++;
++(*this);
return second;
}

Loading…
Cancel
Save