dim 110aa2a0d0 Fix the following clang 3.6.0 warning in contrib/amd/hlfsd/homedir.c:
contrib/amd/hlfsd/homedir.c:497:8: error: address of array 'buf' will
always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
  if (!buf || buf[0] == '\0')
      ~^~~

In the affected function, 'buf' is declared as an array of char, so it
can never be null.  Remove the unecessary check.
2015-01-28 18:19:25 +00:00
..
2014-11-01 11:17:54 +00:00
2014-07-08 22:27:50 +00:00
2014-12-26 07:36:42 +00:00
2013-09-24 14:52:43 +00:00
2014-01-05 23:28:03 +00:00
2014-02-21 16:14:40 +00:00
2015-01-02 21:20:02 +00:00
2015-01-24 21:05:18 +00:00
2014-09-08 19:26:21 +00:00
2015-01-06 22:29:12 +00:00
2014-11-29 00:45:09 +00:00
2015-01-19 02:22:03 +00:00
2014-12-25 21:56:56 +00:00
2014-09-14 09:26:33 +00:00
2014-11-05 20:13:18 +00:00
2014-08-11 19:41:01 +00:00
2014-11-22 19:18:08 +00:00
2015-01-27 01:45:47 +00:00
2014-11-11 04:06:05 +00:00
2014-05-02 23:47:14 +00:00
2014-11-16 01:00:39 +00:00
2015-01-03 23:16:13 +00:00
2015-01-10 00:11:10 +00:00