Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/part/guid_part/guid_part.c

    r7e752b2 r991f645  
    155155
    156156        if (block_size < 512 || (block_size % 512) != 0) {
    157                 printf(NAME ": invalid block size %zu.\n", block_size);
     157                printf(NAME ": invalid block size %d.\n");
    158158                return ENOTSUP;
    159159        }
Note: See TracChangeset for help on using the changeset viewer.