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

Changeset 3066

Show
Ignore:
Timestamp:
12/25/07 17:38:19 (1 year ago)
Author:
DRK
Message:

* Added missing return in toIntegerFromString. Fixes #823.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/util/Convert.d

    r3052 r3066  
    790790            if( len < value.length ) 
    791791                throwConvError; 
     792 
     793            return result; 
    792794        } 
    793795        else