Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv17740/ntfstools
Modified Files:
ntfsfix.c
Log Message:
Finished first public release. This is the final commit to make sure
everything is in cvs.
Index: ntfsfix.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsfix.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ntfsfix.c 2001/02/02 00:16:18 1.4
--- ntfsfix.c 2001/02/03 04:21:49 1.5
***************
*** 410,414 ****
/* That's all for now! */
printf("NTFS partition %s was processed successfully.\n",
! vol->vol_name);
/* Set return code to 0. */
i = 0;
--- 410,414 ----
/* That's all for now! */
printf("NTFS partition %s was processed successfully.\n",
! vol->dev_name);
/* Set return code to 0. */
i = 0;
|