From ae4b51351c93983a1285ce1028e3bbd90a6d5721 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 13 Jan 2011 12:38:59 -0800 Subject: Cumulative changes in the last few weeks. --- src/base/cmd/cmdPlugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/cmd/cmdPlugin.c') diff --git a/src/base/cmd/cmdPlugin.c b/src/base/cmd/cmdPlugin.c index be7a9245..7375eb42 100644 --- a/src/base/cmd/cmdPlugin.c +++ b/src/base/cmd/cmdPlugin.c @@ -136,7 +136,7 @@ char * Abc_GetBinaryName( Abc_Frame_t * pAbc, int argc, char ** argv ) { i++; if ( strcmp( pTemp, argv[0] ) == 0 ) - return Vec_PtrEntry( pAbc->vPlugInComBinPairs, i ); + return (char *)Vec_PtrEntry( pAbc->vPlugInComBinPairs, i ); } assert( 0 ); return NULL; -- cgit v1.2.3