changeset 320:5427ff3e2e9d

status
author szabii
date Mon, 09 Apr 2001 21:06:54 +0000
parents 6472ab2051c7
children 237b5f54bb78
files codec-cfg.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Mon Apr 09 20:21:07 2001 +0000
+++ b/codec-cfg.c	Mon Apr 09 21:06:54 2001 +0000
@@ -447,13 +447,13 @@
 				goto parse_error_out;
 			if (get_token(1, 1) < 0)
 				goto parse_error_out;
-			if (!strcasecmp(token[0], "rulz"))
+			if (!strcasecmp(token[0], ":-)"))
 				codec->status = CODECS_STATUS_WORKING;
-			else if (!strcasecmp(token[0], "suxx"))
+			else if (!strcasecmp(token[0], ":-("))
 				codec->status = CODECS_STATUS_NOT_WORKING;
-			else if (!strcasecmp(token[0], "checkthiz"))
+			else if (!strcasecmp(token[0], "X-("))
 				codec->status = CODECS_STATUS_UNTESTED;
-			else if (!strcasecmp(token[0], "notsogood"))
+			else if (!strcasecmp(token[0], ":-|"))
 				codec->status = CODECS_STATUS_PROBLEMS;
 			else
 				goto parse_error_out;