We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab150c commit db51a39Copy full SHA for db51a39
lfs.c
@@ -2027,7 +2027,7 @@ int lfs_mount(lfs_t *lfs, const struct lfs_config *cfg) {
2027
}
2028
2029
if (superblock.d.version > (0x00010001 | 0x0000ffff)) {
2030
- LFS_ERROR("Invalid version %d.%d\n",
+ LFS_ERROR("Invalid version %d.%d",
2031
0xffff & (superblock.d.version >> 16),
2032
0xffff & (superblock.d.version >> 0));
2033
return LFS_ERR_INVAL;
0 commit comments