]> code.citadel.org Git - citadel.git/commitdiff
* Fixed broken .Goto by partial match
authorMichael Hampton <io_error@uncensored.citadel.org>
Fri, 25 Oct 2002 09:38:38 +0000 (09:38 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Fri, 25 Oct 2002 09:38:38 +0000 (09:38 +0000)
citadel/ChangeLog
citadel/citadel.c

index fbf3b733a3c4a80dd5001e28e92000f5955fb0f6..fc3e2804e492a71cf6666f13986145ac7704c2fc 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 601.51  2002/10/25 09:38:38  error
+ * Fixed broken .Goto by partial match
+
  Revision 601.50  2002/10/25 09:26:26  error
  * Fix the status line not updating with the new wait indicator; rearrange
    the code so network_status_cb is a member function of ipc.
@@ -4159,3 +4162,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 68da989e4b57e7b6f47930962ec33fe49076fa79..db32e9259eefc706db51d2bfd65bebc3e4e390ec 100644 (file)
@@ -382,7 +382,6 @@ void dotgoto(CtdlIPC *ipc, char *towhere, int display_name, int fromungoto)
         */
        if (r / 100 != 2) {
                struct march *march = NULL;
-               int r;  /* IPC result code; hides higher-level r */
 
                best_match = 0;
                strcpy(bbb, "");