From: Dana Jansens Date: Mon, 28 Jul 2003 05:29:58 +0000 (+0000) Subject: use char not a long, since we're telling the SM that its 1 byte lone X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7b00edb3431d92992612d4053004699de573a1df;p=chaz%2Fopenbox use char not a long, since we're telling the SM that its 1 byte lone --- 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];