summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93ee220)
raw | patch | inline | side by side (parent: 93ee220)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Fri, 28 Dec 2007 16:14:15 +0000 (16:14 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Fri, 28 Dec 2007 16:14:15 +0000 (16:14 +0000) |
src/display/nr-filter-slot.cpp | patch | blob | history |
index 17ea373ae08ba35dc6486247c62ea15b4fb23dbf..62a8717bb2c0e83bb4ad6b4a8ef0534bc0083765 100644 (file)
}
}
- _slot[index]->empty = false;
+ if (_slot[index]) {
+ _slot[index]->empty = false;
+ }
+
assert(slot_nr == NR_FILTER_SLOT_NOT_SET ||_slot_number[index] == slot_nr);
return _slot[index];
}