Fixed bug in tie.or.space.connect
authorTim Pope <code@tpope.net>
Tue, 8 Feb 2005 15:13:47 +0000 (15:13 +0000)
committerTim Pope <code@tpope.net>
Tue, 8 Feb 2005 15:13:47 +0000 (15:13 +0000)
mlastyle.bst

index 30b216959715dee3b2a194cef99a2ffe5d9a2375..73210a8d5301d1d84be505fc378069230e3a91d6 100644 (file)
@@ -1,4 +1,4 @@
-% $Id: mlastyle.bst,v 1.18 2003-11-27 05:11:13 tpope Exp $
+% $Id: mlastyle.bst,v 1.19 2005-02-08 15:13:47 tpope Exp $
 % BibTeX bibliography style `mlastyle'
 % Based on BibTeX standard bibliography style `plain'
        % version 0.99a for BibTeX versions 0.99a or later, LaTeX version 2.09.
@@ -539,10 +539,9 @@ FUNCTION {format.btitle}
 
 FUNCTION {tie.or.space.connect}
 { duplicate$ text.length$ #3 <
-    { "~" }
-    { do.space }
+    { "~" swap$ * * }
+    { swap$ do.space swap$ * }
   if$
-  swap$ * *
 }
 
 FUNCTION {either.or.check}