diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-28 05:29:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-28 05:29:58 +0000 |
| commit | 7b00edb3431d92992612d4053004699de573a1df (patch) | |
| tree | db92650255581bf44cf9871528276d01c952a2d0 /openbox/session.c | |
| parent | 4d7a7d9d4c59b9ac5a369f4733aa819a2d01e83d (diff) | |
use char not a long, since we're telling the SM that its 1 byte lone
Diffstat (limited to 'openbox/session.c')
| -rw-r--r-- | openbox/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |
