From d9197fc2e5e5283d114ef9a1821d200b56529428 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 19 Jan 2009 22:24:56 -0400 Subject: Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET. --- src/iterators.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iterators.cc') diff --git a/src/iterators.cc b/src/iterators.cc index 34beba7e..da5265a9 100644 --- a/src/iterators.cc +++ b/src/iterators.cc @@ -169,7 +169,7 @@ void walk_commodities(commodity_pool_t::commodities_by_ident& commodities, i = commodities.begin(); i != commodities.end(); i++) { - if ((*i)->has_flags(COMMODITY_STYLE_NOMARKET)) + if ((*i)->has_flags(COMMODITY_NOMARKET)) continue; entry_temps.push_back(entry_t()); -- cgit v1.2.3