Received: with ECARTIS (v1.0.0; list gopher);
 Wed, 17 Dec 2003 08:45:09 -0600 (CST)
Return-Path: <jgoerzen@complete.org>
X-Original-To: gopher@complete.org
Delivered-To: gopher@complete.org
Received: from localhost (localhost [127.0.0.1])
	by glockenspiel.complete.org (Postfix) with ESMTP
	id 4705FD3; Wed, 17 Dec 2003 08:45:05 -0600 (CST)
Received: from gatekeeper.elmer.external.excelhustler.com
 (gatekeeper.excelhustler.com [68.99.114.105])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(Client CN "gatekeeper.elmer.external.excelhustler.com",
 Issuer "excelhustler.com" (not verified))
	by glockenspiel.complete.org (Postfix) with ESMTP
	id 0D8B680; Wed, 17 Dec 2003 08:45:04 -0600 (CST)
Received: from chatterbox.elmer.internal.excelhustler.com (unknown
 [192.168.0.12])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(Client CN "chatterbox.elmer.internal.excelhustler.com",
 Issuer "excelhustler.com" (verified OK))
	by gatekeeper.elmer.external.excelhustler.com (Postfix) with ESMTP
	id 3B121E0226; Wed, 17 Dec 2003 08:45:01 -0600 (CST)
Received: from localhost (localhost [127.0.0.1])
	by chatterbox.elmer.internal.excelhustler.com (Postfix) with ESMTP
	id F027B5C009; Wed, 17 Dec 2003 08:45:00 -0600 (CST)
Received: from wile.internal.excelhustler.com (wile.internal.excelhustler.com
 [192.168.1.34])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by chatterbox.elmer.internal.excelhustler.com (Postfix) with ESMTP
	id D48CE5C008; Wed, 17 Dec 2003 08:45:00 -0600 (CST)
Received: by wile.internal.excelhustler.com (Postfix, from userid 1000)
	id A3CCA8B7E; Wed, 17 Dec 2003 08:45:00 -0600 (CST)
Date: Wed, 17 Dec 2003 08:45:00 -0600
From: John Goerzen <jgoerzen@complete.org>
To: gopher@complete.org
Subject: [gopher] Re: .names
Message-ID: <20031217144500.GA14776@complete.org>
References: <3FDFB66F.B5960867@hal3000.cx>
 <20031217143326.GA14174@complete.org>
Mime-Version: 1.0
Content-type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20031217143326.GA14174@complete.org>
User-Agent: Mutt/1.4i
X-Scanned-By: clamscan at chatterbox.elmer.internal.excelhustler.com
X-Scanned-By: clamscan at complete.org
Content-Transfer-Encoding: 8bit
X-archive-position: 861
X-ecartis-version: Ecartis v1.0.0
Sender: gopher-bounce@complete.org
Errors-to: gopher-bounce@complete.org
X-original-sender: jgoerzen@complete.org
Precedence: bulk
Reply-to: gopher@complete.org
List-help: <mailto:ecartis@complete.org?Subject=help>
List-unsubscribe: <mailto:gopher-request@complete.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: Gopher <gopher.complete.org>
X-List-ID: Gopher <gopher.complete.org>
List-subscribe: <mailto:gopher-request@complete.org?Subject=subscribe>
List-owner: <mailto:jgoerzen@complete.org>
List-post: <mailto:gopher@complete.org>
List-archive: <http://www.complete.org/mailinglists/archives/>
X-list: gopher

On Wed, Dec 17, 2003 at 08:33:26AM -0600, John Goerzen wrote:
> +        if xnum == None:
> +            return -1
> +        if ynum == None:
> +            return 1

Oops, I got those two reversed; the first should return 1 and the second
-1.  Either fix that in your patch or grab 2.0.8 :-)

-- John