From 7b00edb3431d92992612d4053004699de573a1df Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 Jul 2003 05:29:58 +0000 Subject: [PATCH] use char not a long, since we're telling the SM that its 1 byte lone --- openbox/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/session.c b/openbox/session.c index 637c77ff..cd288498 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -145,7 +145,7 @@ void session_startup(int argc, char **argv) SmProp prop_pid = { SmProcessID, SmARRAY8, 1, }; SmProp prop_pri = { "_GSM_Priority", SmCARD8, 1, }; SmProp *props[6]; - gulong hint, pri; + gchar hint, pri; gchar pid[32]; val_prog.value = argv[0]; -- 2.39.2