Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext2/libext2_filesystem.c

    rd7c3367 r260c052  
    4242#include <malloc.h>
    4343#include <assert.h>
    44 #include <byteorder.h>
    4544
    4645/**
     
    370369               
    371370                assert(offset_in_block < block_ids_per_block);
    372                 current_block = uint32_t_le2host(((uint32_t*)block->data)[offset_in_block]);
     371                current_block = ((uint32_t*)block->data)[offset_in_block];
    373372               
    374373                rc = block_put(block);
Note: See TracChangeset for help on using the changeset viewer.