Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 19:23:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287799 - head/usr.sbin/pw
Message-ID:  <201509141923.t8EJN073030106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 14 19:23:00 2015
New Revision: 287799
URL: https://svnweb.freebsd.org/changeset/base/287799

Log:
  Regression: fix usershow -7
  
  Submitted by:	Dan McGregor (via IRC)
  MFC after:	2 days

Modified:
  head/usr.sbin/pw/pw_user.c

Modified: head/usr.sbin/pw/pw_user.c
==============================================================================
--- head/usr.sbin/pw/pw_user.c	Mon Sep 14 19:17:25 2015	(r287798)
+++ head/usr.sbin/pw/pw_user.c	Mon Sep 14 19:23:00 2015	(r287799)
@@ -804,7 +804,7 @@ pw_user_show(int argc, char **argv, char
 		case 'a':
 			all = true;
 			break;
-		case 7:
+		case '7':
 			v7 = true;
 			break;
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509141923.t8EJN073030106>