[gegl] gegl-debug: fix inifinite loop in debug logging
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl-debug: fix inifinite loop in debug logging
- Date: Sat, 24 Mar 2012 22:33:06 +0000 (UTC)
commit 4bcd12840226a1b329047164cb583d45bb4c4cd6
Author: Ãyvind KolÃs <pippin gimp org>
Date: Sat Mar 24 21:59:04 2012 +0000
gegl-debug: fix inifinite loop in debug logging
gegl/gegl-debug.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gegl/gegl-debug.h b/gegl/gegl-debug.h
index 342cfc1..3e95ff6 100644
--- a/gegl/gegl-debug.h
+++ b/gegl/gegl-debug.h
@@ -108,6 +108,7 @@ gegl_lookup_debug_string (guint type)
key = gegl_debug_keys[i].key;
break;
}
+ i++;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]