From 277e49f167c48850ff335fce917ede097b37598e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 16 Sep 2005 11:21:18 +0000 Subject: [PATCH] avoid warning --- org.glite.lb.server/src/lb_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.server/src/lb_plugin.c b/org.glite.lb.server/src/lb_plugin.c index ae6ffb1..7c2db6d 100644 --- a/org.glite.lb.server/src/lb_plugin.c +++ b/org.glite.lb.server/src/lb_plugin.c @@ -93,7 +93,7 @@ static int lb_open(void *fpctx, void *bhandle, const char *uri, void **handle) { char *line; int retval; edg_wll_Context context; - size_t nevents, maxnevents, i; + int nevents, maxnevents, i; h = calloc(1, sizeof(lb_handle)); -- 1.8.2.3