summaryrefslogtreecommitdiffstats
path: root/fpart/src/cmd_delete.c
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2015-02-18 16:14:28 -0600
committerAdriana Kobylak <anoo@us.ibm.com>2015-02-18 16:14:28 -0600
commit76ce4aadee1a7a890001affed54a0fb1110b1793 (patch)
tree14a358904909e8fe0f631d414333c26de81e5042 /fpart/src/cmd_delete.c
parentaa8354ef7ee6606fe32453e3eedce9af8038230a (diff)
downloadffs-76ce4aadee1a7a890001affed54a0fb1110b1793.tar.gz
ffs-76ce4aadee1a7a890001affed54a0fb1110b1793.zip
Support to compile in 64bit for Ubuntu Little Endian
Diffstat (limited to 'fpart/src/cmd_delete.c')
-rw-r--r--fpart/src/cmd_delete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpart/src/cmd_delete.c b/fpart/src/cmd_delete.c
index cc55247..16e13e5 100644
--- a/fpart/src/cmd_delete.c
+++ b/fpart/src/cmd_delete.c
@@ -74,7 +74,7 @@ int command_delete(args_t * args)
return -1;
if (args->verbose == f_VERBOSE)
- printf("%llx: %s: delete\n", poffset, args->name);
+ printf("%llx: %s: delete\n", (long long)poffset, args->name);
return 0;
}
OpenPOWER on IntegriCloud