Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 152652 | Differences between
and this patch

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
78
   EST_String name = EST_FeatureFunctionContext::global->get_featfunc_name(func, found);
78
   EST_String name = EST_FeatureFunctionContext::global->get_featfunc_name(func, found);
79
79
80
   if (!found)
80
   if (!found)
81
	EST_error("featfunc 0x%x has no name", (int)func);
81
	EST_error("featfunc 0x%p has no name", func);
82
82
83
    return name;
83
    return name;
84
}
84
}

Return to bug 152652