9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] buglet fix
@ 2002-12-29  3:29 Sam
  2002-12-29  3:34 ` Sam
  0 siblings, 1 reply; 2+ messages in thread
From: Sam @ 2002-12-29  3:29 UTC (permalink / raw)
  To: 9fans

For the "look('/') opens more than one window" buglet.

term% diff look.old look.c
637c637
< 			if(k>0 && t->file->name[k-1] == '/')
---
> 			if(k>1 && t->file->name[k-1] == '/')

Why are we eliding the final '/' anyway?  Surely we're not worried
about saving space ...

Sam




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-29  3:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-29  3:29 [9fans] buglet fix Sam
2002-12-29  3:34 ` Sam

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).