From 19c890c505437d8bead7198828d469d62c295d7c Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Wed, 7 Jan 2009 22:58:08 +0000 Subject: [PATCH] Avoid warning about signedness in argument. --- Subscription.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Subscription.c b/Subscription.c index 3f0df8b..19003d3 100644 --- a/Subscription.c +++ b/Subscription.c @@ -171,7 +171,7 @@ static int Message_Initialize( dvoid *descriptor) // descriptor to get information from { ub4 dbnameLength; - text *dbname; + char *dbname; sword status; // determine type