Re: does this alias exist??
On Sun, 16 Feb 1997, Mark Huizer wrote:
> I see you changed time and clock to gtime and gclock (in order to
Heh, woops, I just ran the source through a sed script, then
compiled and fixed all the errors. :)
> And of course I don't get the sprintf construct in save.c, but well, if
What don't you get about it?
if ( (home = getenv("HOME")) != NULL)
sprintf(home1, "%.*s/Bstar", MAXPATHLEN - 7, home);
That copies home and the string "/Bstar" into home1, limiting
home to MAXPATHLEN - 7 characters (six for "/Bstar" and one terminating
NULL, which sprintf() adds.)
Received on Sun Feb 16 06:43:18 1997
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 12:41:03 EDT
|