Removed literal german from strings to appease SGI compiler.

Fri Apr  3 18:05:45 1998  Owen Taylor  <owt1@cornell.edu>

	* testglib.c: Removed literal german from strings
	to appease SGI compiler.
This commit is contained in:
Owen Taylor
1998-04-04 00:57:36 +00:00
committed by Owen Taylor
parent b1446447fc
commit 07a8601adf
2 changed files with 5 additions and 10 deletions

View File

@ -87,14 +87,6 @@ my_traverse (gpointer key,
return FALSE;
}
void
print_compare (gchar *a,
gchar *b)
{
g_print ("%s <=> %s : %d\n", a, b, g_strcasecmp(a,b));
g_print ("%s <=> %s : %d\n", b, a, g_strcasecmp(b,a));
}
int
main (int argc,
char *argv[])
@ -396,8 +388,6 @@ main (int argc,
g_print ("ok\n");
g_print ("checking g_strcasecmp...\n");
print_compare ("Schlo<EFBFBD><EFBFBD>", "Schlo");
print_compare ("<EFBFBD><EFBFBD>ffchen", "<EFBFBD><EFBFBD>fchen");
/* g_debug (argv[0]); */