use char not a long, since we're telling the SM that its 1 byte lone
This commit is contained in:
parent
4d7a7d9d4c
commit
7b00edb343
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue