Skip to content
  • Rob Swindell's avatar
    9b085496
    Don't use pointers to the low byte of multi-byte integers · 9b085496
    Rob Swindell authored
    This only works on little endian systems (which is all we support currently).
    
    Fixes CID 174261: Wrong size argument
    
    This binary drop file writing code is pretty terrible and inefficient, but I remember being really proud of it (supporting so many drop files). This really should be re-written to use structures and/or buffered file I/O.
    9b085496
    Don't use pointers to the low byte of multi-byte integers
    Rob Swindell authored
    This only works on little endian systems (which is all we support currently).
    
    Fixes CID 174261: Wrong size argument
    
    This binary drop file writing code is pretty terrible and inefficient, but I remember being really proud of it (supporting so many drop files). This really should be re-written to use structures and/or buffered file I/O.
Loading