Ignore:
Timestamp:
Jan 31, 2014, 4:16:22 PM (10 years ago)
Author:
rybkin
Message:

See C.L. 524

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_constituent.cxx

    r663 r667  
    408408  parameters.clear ();
    409409
    410   if (has_target_tag && (Document != type || "cmt_actions" != group->name ()))
     410  if (has_target_tag && (Document != type || group->name () != "cmt_actions"))
    411411    {
    412412      const Tag* tag = Tag::find ("target_" + name);
     
    454454//----------------------------------------------------------
    455455Constituent* Constituent::add_for_action (const Symbol& symbol)
    456 //Constituent* Constituent::add_for_action (const cmt_string& name)
    457456{
    458457  Constituent* constituent (0);
     
    464463
    465464  cmt_string value = symbol.build_macro_value ();
    466   if ( "" == value && !target_tag_used) return constituent;
     465  if ( 0 == value.size () && !target_tag_used) return constituent;
    467466
    468467  constituent = add (Document, symbol.name, "cmt_action_runner");
Note: See TracChangeset for help on using the changeset viewer.