From: Joshua Colp Date: Wed, 20 Sep 2006 21:11:48 +0000 (+0000) Subject: Warning be gone. X-Git-Tag: 1.4.0-beta1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a28b21d01c6b127ee97a7f1963215435a371c4d;p=thirdparty%2Fasterisk.git Warning be gone. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43371 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index f4f7d8cc66..ec7eecf394 100644 --- a/apps/app_osplookup.c +++ b/apps/app_osplookup.c @@ -1385,7 +1385,7 @@ static int ospfinished_exec(struct ast_channel* chan, void* data) static int osp_load(void) { - char* t; + const char* t; unsigned int v; struct ast_config* cfg; int error = OSPC_ERR_NO_ERROR;