Peter Duerr 7cf2a49948 Cosmetic fix (silencing cppcheck)
* For some reason cppcheck complains with `fp != nullptr` but accepts truthiness
  of handle by itself.
* Note that the expressions are equivalent according to the C++ standard ("A
  prvalue of arithmetic, unscoped enumeration, pointer, or pointer to member
  type can be converted to a prvalue of type bool. A zero value, null pointer
  value, or null member pointer value is converted to false; any other value is
  converted to true. A prvalue of type std::nullptr_t can be converted to a
  prvalue of type bool; the resulting value is false.")
2017-08-07 22:05:17 +02:00
..
2017-08-01 12:46:59 +02:00
2017-02-04 08:54:00 +01:00
2017-03-12 00:08:35 +01:00
2017-04-01 20:19:28 +02:00
2017-08-01 22:32:43 +02:00
2017-08-07 22:05:17 +02:00
2017-08-05 19:26:20 +02:00