[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-306-g8ba1477)
The branch, master has been updated
via 8ba14774f506f7b2143f0caf74ae3eba42504930 (commit)
from 626cf786f28b1c8f5f7727f30576947de1e30509 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/src/g_hook.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 8ba14774f506f7b2143f0caf74ae3eba42504930
Author: Bernd Jendrissek <bernd.jendrissek@xxxxxxxxx>
Date: Sat Nov 15 12:41:09 2008 +0100
Invert assertion added in bbe251bc64ed2db2976a26116d22a69fe678b9fd.
:100644 100644 32ff026... 67fdace... M gschem/src/g_hook.c
=========
Changes
=========
commit 8ba14774f506f7b2143f0caf74ae3eba42504930
Author: Bernd Jendrissek <bernd.jendrissek@xxxxxxxxx>
Date: Sat Nov 15 12:41:09 2008 +0100
Invert assertion added in bbe251bc64ed2db2976a26116d22a69fe678b9fd.
diff --git a/gschem/src/g_hook.c b/gschem/src/g_hook.c
index 32ff026..67fdace 100644
--- a/gschem/src/g_hook.c
+++ b/gschem/src/g_hook.c
@@ -295,7 +295,7 @@ SCM g_set_attrib_text_properties(SCM attrib_smob, SCM scm_coloridx,
color = scm_to_int(scm_coloridx);
- SCM_ASSERT ((color < -1 || color >= MAX_COLORS),
+ SCM_ASSERT (!(color < -1 || color >= MAX_COLORS),
scm_coloridx, SCM_ARG2, "set-attribute-text-properties!");
size = scm_to_int(scm_size);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs