chip@ateng.ateng.com (Chip Salzenberg) (10/11/89)
[BUG FIX]
Fix core dump bug when NO_ARCHIVES is defined --
$@ was being defined to an uninitialized pointer.
Index: commands.c
***************
*** 129,132 ****
--- 128,132 ----
}
else
+ #endif
{
at = savestring (file->name, strlen (file->name));
***************
*** 133,137 ****
percent = "";
}
- #endif
DEFINE_VARIABLE ("@", 1, at);
--- 133,136 ----