9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Abaco Again: Taking Advantage of Erik Quanstrom
Date: Mon,  2 Jul 2007 20:56:36 -0400	[thread overview]
Message-ID: <a447681fd8b7b77c763b6e8f18aa295d@coraid.com> (raw)
In-Reply-To: <8b06aba7221de1cec0a8c8d45b30b8f4@comcast.net>

html.c:247,253 - /n/dump/2007/0702/usr/quanstro/src/abaco/html.c:247,252
  {
  	Irule *i;
  	Point pt0, pt1;
- 	int j;
  
  	i = (Irule *)b->i;
  	pt0 = subpt(b->r.min, p->pos);
html.c:254,263 - /n/dump/2007/0702/usr/quanstro/src/abaco/html.c:253,259
  	pt0.y += Space;
  	pt1 = pt0;
  	pt1.x += Dx(b->r);
- 	j = i->size-2;
- 	if(j < 1)
- 		j = 1;
- 	line(im, pt0, pt1, 0, 0, j, display->black, ZP);
+ 	line(im, pt0, pt1, 0, 0, i->size-2, display->black, ZP);
  }
  


      parent reply	other threads:[~2007-07-03  0:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-02 17:16 Gregory Pavelcak
2007-07-02 18:57 ` erik quanstrom
2007-07-03  0:56 ` erik quanstrom [this message]

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=a447681fd8b7b77c763b6e8f18aa295d@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@cse.psu.edu \
    /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).