diff options
-rw-r--r-- | dish.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,7 +318,7 @@ namespace SI // tmp += getStarRating(); // } // return tmp.c_str(); - return description; + return description?description:""; } void DishDescriptor::setContent(ContentDescriptor::Nibble Nibble) |