]> granicus.if.org Git - sudo/commitdiff
fixed a typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 25 Jun 1996 22:00:58 +0000 (22:00 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 25 Jun 1996 22:00:58 +0000 (22:00 +0000)
logging.c

index 88cdda3a20f2c1d0e380572f7f73b54e3b0d6d54..a60bc54ac8faf3e69b475d7eb7c80bbd1695382f 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -239,7 +239,7 @@ void log_error(code)
                        _PATH_SUDO_SUDOERS);
                    break;
                case EACCES:
-                   (void) sprintf(p, "Can't read %s.  ", Argv[0]);
+                   (void) sprintf(p, "Can't read %s.  ", _PATH_SUDO_SUDOERS);
                    break;
                default:
                    (void) sprintf(p, "There is a problem opening %s ",