View | Details | Raw Unified
Collapse All | Expand All

(-) speech_tools/ling_class/item_feats.cc (-1 / +1 lines)
 Lines 78-84   EST_String get_featname(const EST_Item_f Link Here 
   EST_String name = EST_FeatureFunctionContext::global->get_featfunc_name(func, found);
   EST_String name = EST_FeatureFunctionContext::global->get_featfunc_name(func, found);
   if (!found)
   if (!found)
	EST_error("featfunc 0x%x has no name", (int)func);
	EST_error("featfunc 0x%p has no name", func);
    return name;
    return name;
}
}