Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv23262/ntfstools
Modified Files:
ntfsinfo.c
Log Message:
Fix detection of read-only mounts in volume.c::ntfs_check_mnteent().
Index: ntfsinfo.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsinfo.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- ntfsinfo.c 14 May 2002 01:02:04 -0000 1.4
+++ ntfsinfo.c 2 Jun 2002 13:57:59 -0000 1.5
@@ -81,5 +81,5 @@
ntfs_attr_search_ctx *ctx = NULL;
ntfs_volume *vol = NULL;
- uchar_t *file_name;
+ char *file_name;
ntfs_inode *inode = NULL;
|