diff -urN dvdauthor-412/src/ifogen.c dvdauthor-412-fully-patched/src/ifogen.c --- dvdauthor-412/src/ifogen.c Fri Oct 3 10:37:26 2003 +++ dvdauthor-412-fully-patched/src/ifogen.c Sat Oct 4 10:01:05 2003 @@ -2129,7 +2198,7 @@ cs->destmenuf=2; cs->desttt=-1; cs->destpgc=atoi(v+4); - } else if( !strcasecmp(v,"rsm") ) { + } else if( !strncasecmp(v,"rsm",3) ) { if( ismenu==0 ) { fprintf(stderr,"ERR: Cannot resume from a title\n"); exit(1);