From 10234848d588839bb6f9394d46a919e69976127d Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 11 May 2008 17:23:57 +0000 Subject: Better to just statically set the name vs. determine at run time. --- usr.sbin/sade/variable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sade/variable.c') diff --git a/usr.sbin/sade/variable.c b/usr.sbin/sade/variable.c index 9abbcf4..911eb02 100644 --- a/usr.sbin/sade/variable.c +++ b/usr.sbin/sade/variable.c @@ -238,12 +238,12 @@ dump_variables(dialogMenuItem *unused) Variable *vp; if (isDebug()) - msgDebug("Writing %s variables to file..\n", StartName); + msgDebug("Writing %s variables to file..\n", ProgName); fp = fopen("/etc/sade.vars", "w"); if (!fp) { msgConfirm("Unable to write to /etc/%s.vars: %s", - StartName, strerror(errno)); + ProgName, strerror(errno)); return DITEM_FAILURE; } -- cgit v1.1