achines
to test this with. If you'd rather not make this change but just keep it
around in case someone else has a problem with VMS archive times, that's OK
with me.
Thanks,
John Fowler, [EMAIL PROTECTED]
I f
mmediately prior to the define_variable call on line 236. (Don't touch
the define_variable call on line 240!)
Thanks,
John Fowler
[EMAIL PROTECTED]
___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make
he value of the logical. This causes problems when the
logical's value is longer than its name (which is usually the case).
The solution: Change line 218 to:
nvalue = alloca (strlen(value) + scnt + 1);
Thanks,
John Fowler, [EMAIL PROTECTED]
___
B
errors. So odd-numbered return values indicate no error, and
even-numbered return values indicate something went wrong. These lines
should be:
if (! (status & 1))
I hope this is helpful. Thanks very much!
John Fowler, [EMAIL PROTECTED]
___
Bug-m