Changes by: flatcap
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv19105/ntfstools
Modified Files:
ntfsdump_logfile.c
Log Message:
fixed typo
Index: ntfsdump_logfile.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsdump_logfile.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- ntfsdump_logfile.c 2001/04/08 03:02:55 1.5
+++ ntfsdump_logfile.c 2001/04/11 15:36:54 1.6
@@ -72,5 +72,5 @@
int pass = 1;
int i, lps;
- MFT_REFERENCE mref;
+ MFT_REF mref;
attr_search_context ctx;
|