Skip to content
Snippets Groups Projects
Commit d938b755 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

From: "D'Arcy J.M. Cain" <darcy@druid.net>

Subject: [HACKERS] Inputting money

I notice that I have to put single quotes around money amounts if there
is a decimal point in the value.  I appears to be happening because there
is something changing things like "123.45" to "123.450000" and the code
has a problem with that.  There may be a better way to fix this but here
is a simple change to cash.c that lets it accept trailing zeroes.
parent 36712e88
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment