Author: chenr Date: 2010-11-01 03:41:57 -0400 (Mon, 01 Nov 2010) New Revision: 3384
Modified: trunk/osprey/common/com/wn_core.h Log: Fixed some string errors in r3383. Modified: trunk/osprey/common/com/wn_core.h =================================================================== --- trunk/osprey/common/com/wn_core.h 2010-11-01 07:37:56 UTC (rev 3383) +++ trunk/osprey/common/com/wn_core.h 2010-11-01 07:41:57 UTC (rev 3384) @@ -813,7 +813,7 @@ inline void WN_change_operator (WN* wn, OPERATOR opr) { Is_True((WN_map_id(wn) == -1 || OPERATOR_mapcat(WN_operator(wn)) == OPERATOR_mapcat(opr)), - ("WN's new operator belongs to a different mapcat in Create_identity_assignment")); + ("WN's new operator belongs to a different mapcat in WN_change_operator")); WN_set_operator(wn, opr); } inline TYPE_ID WN_rtype (const WN* wn) { return wn->common.rtype; } ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel