From xemacs-m  Fri Jan 24 01:55:43 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id BAA19610 for <xemacs-beta@xemacs.org>; Fri, 24 Jan 1997 01:55:42 -0600 (CST)
Received: from modas.Informatik.Uni-Tuebingen.De by macon.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA29228; Fri, 24 Jan 1997 08:55:39 +0100
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA18262; Fri, 24 Jan 1997 08:55:38 +0100
Sender: sperber@informatik.uni-tuebingen.de
To: xemacs-beta@xemacs.org
Subject: Re: [20.0-b91] efs-1.15 lossage
References: <vkafq0ry6h.fsf@cdc.noaa.gov>
Mime-Version: 1.0 (generated by tm-edit 7.95)
Content-Type: text/plain; charset=US-ASCII
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 24 Jan 1997 08:55:36 +0100
In-Reply-To: Mark Borges's message of 23 Jan 1997 12:25:42 -0700
Message-Id: <y9lvi8nse13.fsf@modas.informatik.uni-tuebingen.de>
Lines: 39
X-Mailer: Red Gnus v0.82/XEmacs 20.0

>>>>> "mb" == Mark Borges <mdb@cdc.noaa.gov> writes:

mb> Is

mb> [ ... ] efs-version's value is "1.15/1.55" [ ... ]

mb> supposed to work with 20.0-b91? I get this backtrace:

Yes.  This bug has already been fixed in my workspace.  Patch
attached.

Steve:  There are some more patches coming until tomorrow or so.  I'll
        make those relative to my x1 release though, if that's OK with
        you.

Cheers =8-} Mike

cvs rdiff: Diffing elisp/efs
Index: elisp/efs/efs-cu.el
diff -c elisp/efs/efs-cu.el:1.1.1.2 elisp/efs/efs-cu.el:1.2
*** elisp/efs/efs-cu.el:1.1.1.2 Fri Jan  3 21:05:10 1997
--- elisp/efs/efs-cu.el Mon Jan 20 12:47:27 1997
***************
*** 623,629 ****
    (mapconcat
     (function
      (lambda (c)
!       (char-to-string (logxor (efs-get-passwd-seed) c))))
     string ""))
  
  ;;; end of efs-cu.el
--- 623,629 ----
    (mapconcat
     (function
      (lambda (c)
!       (int-to-string (logxor (efs-get-passwd-seed) c))))
     string ""))
  
  ;;; end of efs-cu.el

