Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkexfat/mkexfat.c

    r7ae01d5 r09ab0a9a  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
    32 * Copyright (c) 2012 Maurizio Lombardi
    43 * All rights reserved.
     
    859858        }
    860859
    861         rc = block_init(service_id);
     860        rc = block_init(service_id, 2048);
    862861        if (rc != EOK) {
    863862                printf(NAME ": Error initializing libblock.\n");
Note: See TracChangeset for help on using the changeset viewer.