From: compudj Date: Mon, 12 Jan 2004 22:52:23 +0000 (+0000) Subject: typo fix == for = X-Git-Tag: v0.12.20~3115 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=90ffd2adca8a23a36f3a9b7279f40797907723de;p=lttv.git typo fix == for = git-svn-id: http://ltt.polymtl.ca/svn@374 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/state.c b/ltt/branches/poly/lttv/state.c index a753b802..1457bade 100644 --- a/ltt/branches/poly/lttv/state.c +++ b/ltt/branches/poly/lttv/state.c @@ -695,7 +695,7 @@ static gboolean schedchange(void *hook_data, void *call_data) else s->process->state->s = LTTV_STATE_WAIT; if(s->process->pid == 0) - s->process->pid == pid_out; + s->process->pid = pid_out; s->process->state->change = s->parent.timestamp; }