Restored the price conversion text directive (C)
This commit is contained in:
parent
625b94cf04
commit
2422838005
1 changed files with 1 additions and 4 deletions
|
|
@ -436,10 +436,7 @@ void instance_t::price_conversion_directive(char * line)
|
|||
{
|
||||
if (char * p = std::strchr(line + 1, '=')) {
|
||||
*p++ = '\0';
|
||||
#if 0
|
||||
// jww (2008-04-22): NYI!
|
||||
parse_conversion(line + 1, p);
|
||||
#endif
|
||||
amount_t::parse_conversion(line + 1, p);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue