Payable Aging Report Totals column produces error

Derek Atkins warlord at MIT.EDU
Wed Jun 11 12:29:56 EDT 2008


Charles,

Quoting Charles Day <cedayiv at gmail.com>:

> Looks like this has given Derek some information to go on.
>
> 534: 27* [strftime "%B %e, %Y" #(30 6 12 11 5 108 3 162 1 ...)]
> In unknown file:
> ?: 28* [dumper memory-allocation-error "strftime" "Memory allocation error"
> #f #f]
>
> (I forgot that the gnc:string-delete-chars procedure is only available in
> trunk, but at least we have a backtrace now.)
>
> Cheers,
> Charles

What we really need here is the following C Code:

const char* gnc_default_strftime_date_format =
#ifdef G_OS_WIN32
  N_("%B %#d, %Y")
#else
  N_("%B %e, %Y")
#endif
  ;

Then we need to export gnc_default_strftime_format into Scheme and
use that exported string in the option generator as the default
option value.

-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-user mailing list