- set progname for use in usage()

PR:		bin/162908
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
Approved by:	sbruno@
MFC after:	3 days
This commit is contained in:
Eitan Adler 2011-12-08 02:40:46 +00:00
parent 38953bb0a5
commit b5828c5723
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228342

View file

@ -260,6 +260,7 @@ char * argv[];
register struct tm * tmp;
register struct tm * newtmp;
progname=argv[0];
INITIALIZE(cutlotime);
INITIALIZE(cuthitime);
#if HAVE_GETTEXT