Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3637

Show
Ignore:
Timestamp:
06/18/08 22:14:05 (3 months ago)
Author:
kris
Message:

fixed a typo :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/stdc/stringz.d

    r3636 r3637  
    2525        auto len = s.length; 
    2626        if (s.ptr) 
    27             if (len
     27            if (len is 0
    2828                s = empty; 
    2929            else