Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/bdd/bdd.c

    r7e752b2 r991f645  
    3030#include <stdlib.h>
    3131#include <str.h>
    32 #include <sys/typefmt.h>
    3332#include "config.h"
    3433#include "util.h"
     
    123122                rc = block_read_direct(handle, ba, 1, blk);
    124123                if (rc != EOK) {
    125                         printf("%s: Error reading block %" PRIuOFF64 "\n", cmdname, ba);
     124                        printf("%s: Error reading block %llu\n", cmdname, ba);
    126125                        free(blk);
    127126                        block_fini(handle);
Note: See TracChangeset for help on using the changeset viewer.