Skip to content
  • Rob Swindell's avatar
    d9d140af
    Fix disksize/space functions for Win32 · d9d140af
    Rob Swindell authored
    Broken 11 months ago with commit ae44ab15: the unit argument was ignored (e.g. converting to kibibytes) and the free/total disk size/space checks were reversed.
    
    Reported by Max (WESTLINE) via usage of JS properties: system.freediskspace and system.freediskspacek.
    
    The JS global functions dir_freespace() and disk_size() were also broken due to this bug.
    d9d140af
    Fix disksize/space functions for Win32
    Rob Swindell authored
    Broken 11 months ago with commit ae44ab15: the unit argument was ignored (e.g. converting to kibibytes) and the free/total disk size/space checks were reversed.
    
    Reported by Max (WESTLINE) via usage of JS properties: system.freediskspace and system.freediskspacek.
    
    The JS global functions dir_freespace() and disk_size() were also broken due to this bug.
Loading