Don't print oldDMXScreen.name, it can be NULL.

This commit is contained in:
David Reveman 2008-06-30 15:53:40 -04:00
parent e767a62cd0
commit 0f98ba36c5

View file

@ -1870,8 +1870,7 @@ dmxAttachScreen (int idx,
"New screen data (%s) does not match previously\n",
dmxScreen->name);
dmxLog(dmxWarning,
"attached screen data (%s)\n",
oldDMXScreen.name);
"attached screen data\n");
dmxLog(dmxWarning,
"All data must match in order to attach to screen #%d\n",
idx);