aboutsummaryrefslogtreecommitdiff
path: root/src/graph
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-14 05:40:01 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-14 05:40:01 +0000
commit00573c0a522d42bc609c32afc473cfb2d219c4b7 (patch)
treee5450019250c58a70641761b1326e463047d403b /src/graph
parent23d6838558561ccf254b712e5f7edfcbd81fcf51 (diff)
downloadopen-axiom-00573c0a522d42bc609c32afc473cfb2d219c4b7.tar.gz
* graph/include/G.h (GCstruct::GCchar): Increase length to 12.
Diffstat (limited to 'src/graph')
-rw-r--r--src/graph/include/G.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/include/G.h b/src/graph/include/G.h
index 726ac68a..175b31f1 100644
--- a/src/graph/include/G.h
+++ b/src/graph/include/G.h
@@ -83,7 +83,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
typedef struct _GCstruct {
GC GCint;
- char GCchar[10];
+ char GCchar[12];
struct _GCstruct *next;
} GCstruct, *GCptr;