[Gnucash-changes] QOF/CashUtil Sync: Engine

Derek Atkins warlord at MIT.EDU
Wed Aug 17 08:43:45 EDT 2005


More questions....

Neil Williams <codehelp at cvs.gnucash.org> writes:

> Index: FreqSpec.c
> ===================================================================
> RCS file: /home/cvs/cvsroot/gnucash/src/engine/FreqSpec.c,v
> retrieving revision 1.28.4.8
> retrieving revision 1.28.4.9
> diff -Lsrc/engine/FreqSpec.c -Lsrc/engine/FreqSpec.c -u -r1.28.4.8 -r1.28.4.9
> --- src/engine/FreqSpec.c
> +++ src/engine/FreqSpec.c
> @@ -74,7 +74,6 @@
>  \********************************************************************/
[snip]
>    {
>      /* This is displayed instead of the number of the day of month. */
> -    g_string_sprintf(str, _( "last day"));
> +    g_string_sprintf(str, (char*)_( "last day"));
>    }

What's the point of this cast (and similar casts in this file)?

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-changes mailing list