Module Name:    othersrc
Committed By:   agc
Date:           Fri Mar 18 23:43:13 UTC 2011

Modified Files:
        othersrc/external/bsd/rs/dist: main.c

Log Message:
get rid of debugging comment


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/rs/dist/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/external/bsd/rs/dist/main.c
diff -u othersrc/external/bsd/rs/dist/main.c:1.2 othersrc/external/bsd/rs/dist/main.c:1.3
--- othersrc/external/bsd/rs/dist/main.c:1.2	Thu Mar 17 03:21:11 2011
+++ othersrc/external/bsd/rs/dist/main.c	Fri Mar 18 23:43:13 2011
@@ -140,8 +140,6 @@
 	}
 	(void) memset(&rs, 0x0, sizeof(rs));
 	/* Initialization of the ECC library */
-/* databytes: def 224, should be 255 */
-/* parity: def 32, should be 223 */
 	if (!rs_init(&rs, poly, databytes, parity)) {
 		exit(EXIT_FAILURE);
 	}

Reply via email to