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

Changeset 1838

Show
Ignore:
Timestamp:
03/03/07 19:40:39 (2 years ago)
Author:
kris
Message:

updated to new method name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install/windows/switch.d

    r1835 r1838  
    8888        // (see WideCharToMultiByte). 
    8989 
    90         if((new FilePath(targetLib)).getSize==(new FilePath(phobosLib)).getSize) 
     90        if((new FilePath(targetLib)).fileSize==(new FilePath(phobosLib)).fileSize) 
    9191        { 
    9292            showMessage("You are already using Phobos."); 
     
    105105    if ( target == "tango" ) // switch to Tango 
    106106    { 
    107         if((new FilePath(targetLib)).getSize==(new FilePath(tangoLib)).getSize) 
     107        if((new FilePath(targetLib)).fileSize==(new FilePath(tangoLib)).fileSize) 
    108108        { 
    109109            showMessage("You are already using Tango.");