9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: dhog@plan9.cs.su.oz.au dhog@plan9.cs.su.oz.au
Subject: acme bug fix
Date: Tue, 24 Oct 1995 07:40:01 -0400	[thread overview]
Message-ID: <19951024114001.cdlAt6ZGwP_nsap0z4565WmPaHKUdA5HQQpfGLQ_vr4@z> (raw)

I've been having a bit of trouble with acme clobbering
its own temp file.  The following patch (relative to the
version on the CD) should fix it:

diff /sys/src/cmd/acme/rows.l `{yesterday /sys/src/cmd/acme/rows.l}
626c626
< 			sprint(buf, "/tmp/d%d.%.4sacme", getpid(), getuser());
---
> 			sprint(buf, "/tmp/D%d.%.4sacme", getpid(), getuser());

The problem was that Disk.init() and Row.load() were, under certain
circumstances, using the same filename for their temporary files.
This change ensures that it cannot happen.






                 reply	other threads:[~1995-10-24 11:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19951024114001.cdlAt6ZGwP_nsap0z4565WmPaHKUdA5HQQpfGLQ_vr4@z \
    --to=dhog@plan9.cs.su.oz.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).