From e063cfc3e851c5a00941d8d880d8f8b6d114dc39 Mon Sep 17 00:00:00 2001
From: magnum <magnum>
Date: Wed, 9 Nov 2011 19:44:52 +0100
Subject: [PATCH] j8: sapG, use signed int in loop variable for OpenMP 2.5
 compatibility

---
 src/sapG_fmt_plug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/sapG_fmt_plug.c b/src/sapG_fmt_plug.c
index c817fd2..79b52fb 100644
--- a/src/sapG_fmt_plug.c
+++ b/src/sapG_fmt_plug.c
@@ -188,7 +188,7 @@ static inline unsigned int extractOffsetToMagicArray(unsigned const char *pbHash
 }
 
 static void sapcodvng_crypt_all(int count) {
-	unsigned int i;
+	int i;
 
 #ifdef _OPENMP
 #pragma omp parallel for
-- 
1.7.5.4

