[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] [PATCH] ext2 copyright character



Hello.

I'm upset by this since I started using FreeMiNT: there is garbage before the 2 copyright characters in the ext2.xfs banner. Finally, here is a patch.

Alan, please commit!

copyright.patch
Fixed copyright character. Contributed by Vincent Riviere

--
Vincent Rivière
--- freemint.orig/sys/xfs/ext2fs/main.c	2011-07-28 14:17:04.562500000 +0200
+++ freemint.work/sys/xfs/ext2fs/main.c	2011-07-28 14:10:16.406250000 +0200
@@ -37,8 +37,8 @@
 	"\033p Ext2 filesystem driver version " MSG_VERSION " \033q\r\n"
 
 # define MSG_GREET	\
-	"� 1998, 1999 by Axel Kaiser.\r\n" \
-	"� " MSG_BUILDDATE " by Frank Naumann.\r\n"
+	"\xbd 1998, 1999 by Axel Kaiser.\r\n" \
+	"\xbd " MSG_BUILDDATE " by Frank Naumann.\r\n"
 
 # define MSG_ALPHA	\
 	"\033p WARNING: This is an unstable version - ALPHA! \033q\7\r\n"