From ec19d930bacb98ba60cbc0f08a8e31e4188f92c3 Mon Sep 17 00:00:00 2001 From: arif Date: Mon, 3 Mar 2008 23:03:40 +0000 Subject: [PATCH] *** empty log message *** --- lib/cgraph/agxbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cgraph/agxbuf.c b/lib/cgraph/agxbuf.c index d9bfa398c..438ace25d 100644 --- a/lib/cgraph/agxbuf.c +++ b/lib/cgraph/agxbuf.c @@ -53,7 +53,7 @@ int agxbmore(agxbuf * xb, unsigned int ssz) size = xb->eptr - xb->buf; nsize = 2 * size; - if (size + ssz > nsize) + if (size + (int)ssz > nsize) nsize = size + ssz; cnt = xb->ptr - xb->buf; if (xb->dyna) { -- 2.50.1