Date: Sun, 18 Sep 2016 17:56:14 +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: r305944 - head/usr.bin/soelim Message-ID: <201609181756.u8IHuEWW031826@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Sep 18 17:56:14 2016 New Revision: 305944 URL: https://svnweb.freebsd.org/changeset/base/305944 Log: style(9) fix Reported by: oshogbo Modified: head/usr.bin/soelim/soelim.c Modified: head/usr.bin/soelim/soelim.c ============================================================================== --- head/usr.bin/soelim/soelim.c Sun Sep 18 17:41:16 2016 (r305943) +++ head/usr.bin/soelim/soelim.c Sun Sep 18 17:56:14 2016 (r305944) @@ -58,6 +58,7 @@ usage(void) static const char * relpath(const char *path) { + while (*path == '/' && *path != '\0') path++;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181756.u8IHuEWW031826>