mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix typo
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2384 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
226c307059
commit
424f944659
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user