Re: updated: [ae987b9] Reverted the use of bool in favour of gboolean
- From: Oswald Buddenhagen <ossi kde org>
- To: mc-devel gnome org
- Subject: Re: updated: [ae987b9] Reverted the use of bool in favour of gboolean
- Date: Tue, 10 Feb 2009 13:31:38 +0100
On Tue, Feb 10, 2009 at 12:49:55PM +0100, Patrick Winnertz wrote:
> +++ b/edit/usermap.c
> @@ -59,7 +59,7 @@ typedef struct Config {
>
> typedef struct Command {
> const char *name;
> - bool (*handler) (config_t *cfg, int argc, char *argv[]);
> + int (*handler) (config_t *cfg, int argc, char *argv[]);
>
shouldn't that be gboolean? i mean, reverting for the revert's sake
isn't the goal ...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]