Skip to content

Commit

Permalink
fat: Fix debug build after creation time cleanup in hrev49339.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlr committed Jul 5, 2015
1 parent fb29004 commit 1a776b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/add-ons/kernel/file_systems/fat/dosfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ debug_dvnode(int argc, char **argv)
n->cluster);
kprintf("mode %#" B_PRIx32 ", size %" B_PRIdOFF ", time %" B_PRIdTIME
", crtime %" B_PRIdTIME "\n", n->mode, n->st_size, n->st_time,
n->st_ctim);
n->st_crtim);
kprintf("end cluster = %" B_PRIu32 "\n", n->end_cluster);
if (n->mime) kprintf("mime type %s\n", n->mime);
}
Expand Down

0 comments on commit 1a776b2

Please sign in to comment.