Show
Ignore:
Timestamp:
11/20/07 23:45:14 (1 year ago)
Author:
daboo
Message:

Merge of win32-merge branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/trunk/Sources_Common/Mail/Attachments/CMIMESupport.cp

    r19 r143  
    343343                                cdstring boundary; 
    344344                                rstr.md5(boundary); 
    345                                 boundary[20UL] = 0; 
     345                                boundary[(cdstring::size_type)20] = 0; 
    346346                                txt += boundary; 
    347347                        }