use char not a long, since we're telling the SM that its 1 byte lone
authorDana Jansens <danakj@orodu.net>
Mon, 28 Jul 2003 05:29:58 +0000 (05:29 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 28 Jul 2003 05:29:58 +0000 (05:29 +0000)
openbox/session.c

index 637c77f..cd28849 100644 (file)
@@ -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];