/*
- * Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
result = parse_uint(&display_splitwidth, value,
1023, "split");
- if (display_splitwidth % 4 != 0) {
+ if ((display_splitwidth % 4) != 0) {
display_splitwidth =
((display_splitwidth + 3) / 4) * 4;
fprintf(stderr, ";; Warning, split must be "
"a multiple of 4; adjusting "
- "to %d\n",
+ "to %u\n",
display_splitwidth);
}
/*
./bin/tests/master/win32/t_master.vcxproj.in X 2013,2015,2016,2017
./bin/tests/master/win32/t_master.vcxproj.user X 2013
./bin/tests/master_test.c C 1999,2000,2001,2004,2007,2009,2015
-./bin/tests/mdig.c C 2016,2017
+./bin/tests/mdig.c C 2016,2017.2018
./bin/tests/mem/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2007,2009,2012
./bin/tests/mem/t_mem.c C 1999,2000,2001,2004,2007,2009,2013
./bin/tests/mem/win32/t_mem.dsp.in X 2013