=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/buffer.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- src/usr.bin/mg/buffer.c 2005/10/13 20:28:49 1.48 +++ src/usr.bin/mg/buffer.c 2005/10/14 06:44:49 1.49 @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.48 2005/10/13 20:28:49 deraadt Exp $ */ +/* $OpenBSD: buffer.c,v 1.49 2005/10/14 06:44:49 kjell Exp $ */ /* This file is in the public domain. */ @@ -138,7 +138,7 @@ if (bp1 == NULL) { /* only one buffer. see if it's *scratch* */ if (bp == bfind("*scratch*", FALSE)) - return (FALSE); + return (TRUE); /* create *scratch* for alternate buffer */ if ((bp1 = bfind("*scratch*", TRUE)) == NULL) return (FALSE);