forked from e16/e16
1
0
Fork 0

Fix segv.

SVN revision: 15167
This commit is contained in:
Kim Woelders 2005-06-06 17:46:14 +00:00
parent 67928e5a43
commit f838b56349
1 changed files with 3 additions and 0 deletions

View File

@ -2398,6 +2398,9 @@ BackgroundSet1(const char *name, const char *params)
int len;
Background *bg;
if (!p)
return;
bg = FindItem(name, 0, LIST_FINDBY_NAME, LIST_TYPE_BACKGROUND);
if (!bg)
{