View | Details | Raw Unified | Return to bug 300694
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/utils.c
0
++ src/utils.c
Lines 141-147 ntfs_volume *utils_mount_volume(const ch Link Here
141
		return NULL;
141
		return NULL;
142
	}
142
	}
143
143
144
	if (vol->flags & VOLUME_IS_DIRTY) {
144
	if (!(flags & MS_RDONLY) && vol->flags & VOLUME_IS_DIRTY) {
145
		if (!force) {
145
		if (!force) {
146
			ntfs_log_error("%s", dirty_volume_msg);
146
			ntfs_log_error("%s", dirty_volume_msg);
147
			ntfs_log_error(forced_mount_msg, volume, mntpoint, 
147
			ntfs_log_error(forced_mount_msg, volume, mntpoint, 

Return to bug 300694