Diff for /parser3/src/main/untaint.C between versions 1.118.2.3 and 1.118.2.4

version 1.118.2.3, 2003/09/23 13:53:04 version 1.118.2.4, 2003/09/23 14:00:53
Line 510  StringBody String::cstr_to_string_body(L Line 510  StringBody String::cstr_to_string_body(L
         body.set_pos(info.pos, 0);          body.set_pos(info.pos, 0);
         info.fragment_begin=0;          info.fragment_begin=0;
         info.whitespace=true;          info.whitespace=true;
           
         langs.for_each(body, cstr_to_string_body_block, &info);          if(!is_empty())
                   langs.for_each(body, cstr_to_string_body_block, &info);
   
         return StringBody(CORD_ec_to_cord(info.result));          return StringBody(CORD_ec_to_cord(info.result));
 }  }

Removed from v.1.118.2.3  
changed lines
  Added in v.1.118.2.4


E-mail: