diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /graphics/dia/files/patch-objects__GRAFCET__boolequation.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'graphics/dia/files/patch-objects__GRAFCET__boolequation.c')
-rw-r--r-- | graphics/dia/files/patch-objects__GRAFCET__boolequation.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/dia/files/patch-objects__GRAFCET__boolequation.c b/graphics/dia/files/patch-objects__GRAFCET__boolequation.c new file mode 100644 index 000000000000..7db01d1e20da --- /dev/null +++ b/graphics/dia/files/patch-objects__GRAFCET__boolequation.c @@ -0,0 +1,20 @@ +--- objects/GRAFCET/boolequation.c.orig Sun Oct 6 14:55:22 2002 ++++ objects/GRAFCET/boolequation.c Mon Mar 17 13:56:09 2003 +@@ -58,7 +58,7 @@ + + + /* utility */ +-inline static gboolean isspecial(gunichar c) ++inline static gboolean dia_isspecial(gunichar c) + { + switch (c) { + case '!': +@@ -136,7 +136,7 @@ + gchar *p1; + c = g_utf8_get_char(*str); + p1 = g_utf8_next_char(*str); +- if (isspecial(c)) break; ++ if (dia_isspecial(c)) break; + *str = p1; + } + |