5.8.7 this weekend.  *sigh*.
This is likely a problem where sizeof(int) != sizeof(void*).

Thank you!  Regards, Bruce

Anush Elangovan wrote:

> Bruce,
>  The patch provided works fine.
>
> Thanks
> Anush
>
> On 10/4/06, Bruce Korb <[EMAIL PROTECTED]> wrote:
>
>> Hi Anush,
>>
>> Just for sanity, try this patch. Thanks!
>>
>> Index: putshell.c
>> ===================================================================
>> RCS file: /home/cvs/cvsroot/autogen/autoopts/putshell.c,v
>> retrieving revision 4.15
>> diff -b -B -u -p -r4.15 putshell.c
>> --- putshell.c 28 Sep 2006 01:26:16 -0000 4.15
>> +++ putshell.c 4 Oct 2006 22:42:09 -0000
>> @@ -277,7 +277,7 @@ optionPutShell( tOptions* pOpts )
>>    */
>>   else if (OPTST_GET_ARGTYPE(pOD->fOptState) == OPARG_TYPE_BOOLEAN)
>>       printf( zFullOptFmt, pOpts->pzPROGNAME, pOD->pz_NAME,
>> -             (pOD->optArg.argIntptr == 0) ? "false" : "true" );
>> +             (pOD->optArg.argBool == 0) ? "false" : "true" );
>>   /*
>>    * IF the option has an empty value,
>>
>>
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to