Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/untar.c

    rf47c2dc1 r7ae01d5  
    11/*
     2 * Copyright (c) 2024 Jiri Svoboda
    23 * Copyright (c) 2018 Martin Decky
    34 * All rights reserved.
     
    5960                return ret;
    6061
    61         ret = block_init(state->sid, 4096);
     62        ret = block_init(state->sid);
    6263        if (ret != EOK)
    6364                return ret;
Note: See TracChangeset for help on using the changeset viewer.