git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2384 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2000-05-26 02:20:11 +00:00
parent 226c307059
commit 424f944659

View File

@ -278,7 +278,7 @@ ultostr (unsigned long val, int base)
if (10>broke[i]) {
buf[places-1-i] = 0x30+broke[i]; /* ascii digit zero */
} else {
buf[places-1-i] = 0x41-10+broke[i]; /* ascii capaital A */
buf[places-1-i] = 0x41-10+broke[i]; /* ascii capital A */
}
}
buf[places] = 0x0;