delorie.com/archives/browse.cgi | search |
Date: | Sat, 27 Jan 2001 11:51:53 -0700 |
From: | Bill Currie <bill AT taniwha DOT org> |
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 |
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 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |