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, '=')) {
|
if (char * p = std::strchr(line + 1, '=')) {
|
||||||
*p++ = '\0';
|
*p++ = '\0';
|
||||||
#if 0
|
amount_t::parse_conversion(line + 1, p);
|
||||||
// jww (2008-04-22): NYI!
|
|
||||||
parse_conversion(line + 1, p);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue