$OpenBSD: patch-src_commands_c,v 1.1 2001/03/05 04:49:12 obecian Exp $
--- src/commands.c.orig	Mon Feb 12 12:50:55 2001
+++ src/commands.c	Sun Mar  4 18:44:15 2001
@@ -856,7 +856,7 @@ COMMAND(lopster_scheme) {
  
   scheme = arg(data, 1);
   if (!scheme) {
-    command = g_strdup_printf(_("Current scheme is [%s]"), global.scheme);
+    command = g_strdup_printf(_("Current scheme is [%s]"), global.scheme->name);
     client_message(_("Message"), command);
     g_free(command);
   } else {
