Martin Haimberger b2398b3a9a wlog: fixed return values
wlog used to return an int but the only meaning
of the return value was:

 * negative ... error
 * 0 or positive ... success

but the positve returned value was 1 or some id of some
subsystem, nothing meaningful for the caller.

For a more meaningful returnvalue we now use BOOL.

If something goes wrong FALSE is returned.
2015-10-21 01:11:06 -07:00
..
2015-07-03 13:26:15 +02:00
2015-04-08 11:34:37 +02:00
2015-09-15 04:14:30 -07:00
2015-09-09 15:48:59 +02:00
2015-05-11 09:07:39 +02:00
2015-07-03 09:52:52 +02:00
2015-06-22 19:09:59 +02:00
2015-06-22 19:10:00 +02:00
2015-09-09 15:48:59 +02:00
2015-08-05 18:38:50 +02:00
2015-10-21 01:11:06 -07:00
2015-06-22 19:09:59 +02:00
2014-09-09 16:32:04 +02:00