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-06-23 21:29:21 +02:00
2015-05-05 12:33:44 -04:00
2015-06-25 11:53:03 +02:00
2015-09-15 14:45:42 +02:00
2015-07-03 13:26:15 +02:00
2015-10-13 09:54:59 -04:00
2015-04-08 11:34:37 +02:00
2015-09-15 14:45:42 +02:00
2015-05-05 13:55:48 +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
2014-11-11 12:39:41 -05:00
2015-05-07 13:27:49 +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-06-22 19:24:30 +02:00
2015-09-09 15:48:59 +02:00
2015-05-18 11:28:00 +02:00
2015-08-05 18:38:50 +02:00
2015-10-09 15:57:41 -04:00
2015-06-23 21:29:21 +02:00
2015-09-02 12:11:47 -05:00
2015-10-13 10:40:28 -04:00
2015-07-14 11:39:41 +02:00
2015-09-18 11:38:27 -04:00
2015-08-25 17:43:22 +02:00
2015-08-28 10:41:23 +02:00
2015-10-21 01:11:06 -07:00
2015-09-05 15:18:01 +02:00
2015-06-22 19:09:59 +02:00
2015-06-22 19:09:59 +02:00
2015-03-04 16:56:48 -05:00
2014-09-09 16:32:04 +02:00