fix crash waiting to happen in e_remember

SVN revision: 73282
This commit is contained in:
Mike Blumenkrantz 2012-07-04 12:49:08 +00:00
parent 688ee47e83
commit 15ff53e65d
1 changed files with 1 additions and 2 deletions

View File

@ -144,8 +144,7 @@ _e_remember_restore_cb(void *data __UNUSED__, int type __UNUSED__, void *event _
if (!act_fm)
continue;
/* at least '/' */
if (!(rem->class + 9))
continue;
if (!rem->class[9]) continue;
act_fm->func.go(NULL, rem->class + 8);
}