Received: by ATHENA-PO-3.MIT.EDU (5.45/4.7) id AA08836; Sun, 28 Apr 91 23:53:14 EDT
Received: from lll-crg.llnl.gov by ATHENA.MIT.EDU with SMTP
	id AA24033; Sun, 28 Apr 91 23:53:05 EDT
Received: by lll-crg.llnl.gov (5.65/LLNL-1.17)
	id AA24414; Sun, 28 Apr 91 20:51:57 -0700
Date: Sun, 28 Apr 91 20:51:57 -0700
From: chapman@lll-crg.llnl.gov (Carol Chapman)
Message-Id: <9104290351.AA24414@lll-crg.llnl.gov>
To: bug-at@ATHENA.MIT.EDU
Subject: minor bug in Text.c

Our compiler just picked up a small bug in Text.c that it never
noticed before (don't ask me; I just work here!).  Anyway, in the
AtTextCreate routine of Text.c, the line 

text->rotated = NULL

should be changed to

text->rotated = False

to prevent type mismatch errors since rotated is of type Boolean.

carol
