Changeset 3b24180294c2cc3bdc15c2d2e9ad6693951fffca

Show
Ignore:
Timestamp:
01/28/08 18:04:30 (7 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1201539870 +0000
git-parent:

[3503ab25515909d273d425f6f5f3bd3074f2cfe2]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1201539870 +0000
Message:

CSC want mb_str initialized explicitly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bindings/cil/src/ustring.cs

    re15891a r3b24180  
    3737        public U8String (string value) 
    3838        { 
     39            mb_str = null; 
    3940            if (value == null) 
    4041                return; 
     
    4849        public U8String (IntPtr ptr) 
    4950        { 
     51            mb_str = null; 
    5052            if (ptr == IntPtr.Zero) 
    5153                return;