Changes by: mattjf
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv24497a/libntfs
Modified Files:
volume.c
Log Message:
Minor change to ntfs_check_if_mounted() description.
Index: volume.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/volume.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -U2 -r1.33 -r1.34
--- volume.c 23 Apr 2002 08:25:41 -0000 1.33
+++ volume.c 23 Apr 2002 08:29:13 -0000 1.34
@@ -610,5 +610,5 @@
*
* If the device is currently mounted, ntfs_check_if_mounted() will return
- * +1.
+ * +1, otherwise return 0.
*
**/
|