From owner-freebsd-commit Tue Oct 24 06:46:58 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12667 for freebsd-commit-outgoing; Tue, 24 Oct 1995 06:46:58 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12644 for cvs-all-outgoing; Tue, 24 Oct 1995 06:46:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12634 for cvs-sbin-outgoing; Tue, 24 Oct 1995 06:46:50 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12611 ; Tue, 24 Oct 1995 06:46:38 -0700 Date: Tue, 24 Oct 1995 06:46:38 -0700 From: "Jordan K. Hubbard" Message-Id: <199510241346.GAA12611@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/dump main.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/24 06:46:37 Modified: sbin/dump main.c Log: Fix a silly bug where MAXPATHLEN was subtracted from the string length rather than the other way around! Submitted by: Elmar Bartel