Update of /cvsroot/blob/blob/src
In directory usw-pr-cvs1:/tmp/cvs-serv9849
Modified Files:
Tag: blob_1_0_9_hack
util.c
Log Message:
forgot a \r->\n
Index: util.c
===================================================================
RCS file: /cvsroot/blob/blob/src/util.c,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- util.c 2001/06/27 19:47:42 1.1.1.1
+++ util.c 2001/07/22 23:55:22 1.1.1.1.2.1
@@ -62,7 +62,7 @@
}
#ifdef BLOB_DEBUG
- SerialOutputString(" done\r");
+ SerialOutputString(" done\n");
#endif
} /* MyMemCpy */
|