Date: Sat, 27 Jan 2001 11:51:53 -0700 From: Bill Currie To: djgpp-workers AT delorie DOT com Subject: Re: djasm patch #3 Message-ID: <20010127115153.A22153@taniwha.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <20010127113605 DOT A24661 AT kendall DOT sfbr DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010127113605.A24661@kendall.sfbr.org>; from jeffw@darwin.sfbr.org on Sat, Jan 27, 2001 at 11:36:05AM -0600 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, Jan 27, 2001 at 11:36:05AM -0600, JT Williams wrote: > - sprintf(exe+INFO_TEXT_START, "\r\n%s generated from %s by djasm, on %.24s\r\n", argv[2], argv[1], ctime(&now)); > + sprintf(exe+28, "\r\n%s generated from %s by djasm, on %.24s\r\n", argv[2], argv[1], ctime(&now)); Urk, just for the killing of the magic number, Martin's code is the one to go with. Bill -- Leave others their otherness. -- Aratak