Ignore:
Timestamp:
Jul 9, 2007, 11:41:17 PM (17 years ago)
Author:
rybkin
Message:

See C.L. 332

File:
1 edited

Legend:

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

    r400 r424  
    491491    {
    492492   
    493       char* crnl = strstr (current, "\r\n");
    494       char* nl   = strstr (current, "\n");
     493      char* crnl = strstr (current, "\\\r\n");
     494      char* nl   = strstr (current, "\\\n");
    495495     
    496496      if ( (crnl==0) && (nl ==0)) break;
Note: See TracChangeset for help on using the changeset viewer.