X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Finode.c;h=585ed21a4bdc3dc0f3491693d1dda11884e4b072;hp=c459f3cb15ddc78db68b576d7603525ac64cb656;hb=2f79af1ffd1f92db74c69117f0c2401826126b92;hpb=5731558efd18b5199e0b63de16cf6b11a652104e diff --git a/src/inode.c b/src/inode.c index c459f3cb..585ed21a 100644 --- a/src/inode.c +++ b/src/inode.c @@ -49,7 +49,7 @@ new_inode(void) { struct wim_inode *inode = new_timeless_inode(); if (inode) { - u64 now = get_wim_timestamp(); + u64 now = now_as_wim_timestamp(); inode->i_creation_time = now; inode->i_last_access_time = now; inode->i_last_write_time = now;