[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Fragmentation backend now works for at least one test c...



Update of /home/minion/cvsroot/src/minion/src
In directory moria.mit.edu:/tmp/cvs-serv9529/src

Modified Files:
	fec.c 
Log Message:
Fragmentation backend now works for at least one test case.  More tests to come. Woohoo.

Index: fec.c
===================================================================
RCS file: /home/minion/cvsroot/src/minion/src/fec.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fec.c	13 Jul 2003 03:45:36 -0000	1.7
+++ fec.c	18 Aug 2003 00:41:11 -0000	1.8
@@ -987,7 +987,7 @@
         }
         if (PySequence_Size(blocks) != fec->k) {
                 PyErr_SetString(mm_FECError, 
-                                "encode expects a sequence of length K");
+                                "decode expects a sequence of length K");
                 return NULL;
         }