From 33a3bef3cdd24cefb25aaef845808225b5b8cda9 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Fri, 22 May 2015 15:47:46 +0200
Subject: [PATCH] [verein.git] Use stepcounter

---
 teckids.sty | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/teckids.sty b/teckids.sty
index 997a6ce..76c8b80 100644
--- a/teckids.sty
+++ b/teckids.sty
@@ -250,5 +250,5 @@
  \begin{wrapfigure}{r}{33mm}
   \includegraphics[width=33mm]{\arabic{stamp}}
  \end{wrapfigure}
- \addtocounter{stamps}{1}
+ \stepcounter{stamps}
 }
-- 
GitLab