[NUT-devel] [nut]: r171 - trunk/nututils/nutindex.c
ods15
subversion at mplayerhq.hu
Sat Oct 28 22:14:19 CEST 2006
Author: ods15
Date: Sat Oct 28 22:14:19 2006
New Revision: 171
Modified:
trunk/nututils/nutindex.c
Log:
add a note so I don't forget this myself
Modified: trunk/nututils/nutindex.c
==============================================================================
--- trunk/nututils/nutindex.c (original)
+++ trunk/nututils/nutindex.c Sat Oct 28 22:14:19 2006
@@ -332,6 +332,8 @@
fprintf(stderr, "bleh\n");
return 1;
}
+ printf("Note! This program produces less error resiliant files by moving the main headers!\n");
+
in = new_input_buffer(&iin, fin);
out = new_output_buffer(&oout, fout);
CHECK(find_copy_index(in, mem, &end));
More information about the NUT-devel
mailing list