summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dish.c b/dish.c
index 83c71dd..304d9dd 100644
--- a/dish.c
+++ b/dish.c
@@ -318,7 +318,7 @@ namespace SI
// tmp += getStarRating();
// }
// return tmp.c_str();
- return description;
+ return description?description:"";
}
void DishDescriptor::setContent(ContentDescriptor::Nibble Nibble)