use char not a long, since we're telling the SM that its 1 byte lone

This commit is contained in:
Dana Jansens 2003-07-28 05:29:58 +00:00
parent 4d7a7d9d4c
commit 7b00edb343

View 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];