Restored the price conversion text directive (C)

This commit is contained in:
John Wiegley 2009-02-24 02:34:48 -04:00
parent 625b94cf04
commit 2422838005

View file

@ -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);
}
}