]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/trans.c
bump minor version number.
[thirdparty/xfsprogs-dev.git] / libxfs / trans.c
index 980d69a09c738699e7600cbe1bb9cdf15fa21492..63c894ea2f514cba7864c53aa29d0e64d4be1a06 100644 (file)
@@ -43,7 +43,7 @@ libxfs_trans_alloc(xfs_mount_t *mp, int type)
 
        if ((ptr = calloc(sizeof(xfs_trans_t), 1)) == NULL) {
                fprintf(stderr, "%s: xact calloc failed (%d bytes): %s\n",
-                       progname, sizeof(xfs_trans_t), strerror(errno));
+                       progname, (int)sizeof(xfs_trans_t), strerror(errno));
                exit(1);
        }
        ptr->t_mountp = mp;