Show
Ignore:
Timestamp:
11/17/11 23:27:15 (6 months ago)
Author:
Abscissa
Message:

Fixed for 64bit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/semitwist/apps/stmanage/stbuild/conf.d

    r232 r240  
    155155    } 
    156156     
    157     private static int removePrefix(ref Switch[] switches, string prefix) 
     157    private static size_t removePrefix(ref Switch[] switches, string prefix) 
    158158    { 
    159159        int[] switchIndicies = []; 
     
    190190    private static void moveSourceFileToEnd(ref Switch[] switches) 
    191191    { 
    192         int sourceIndex = switches.length; 
     192        size_t sourceIndex = switches.length; 
    193193         
    194194        foreach(int i, Switch sw; switches)