# | Line 311 | Line 311 | void Ranker::setSample() | |
---|---|---|
311 | { | |
312 | sample += " <strong>...</strong>"; | |
313 | } | |
314 | + | else if (sample == "") |
315 | + | { |
316 | + | sample = "<strong>...</strong>"; |
317 | + | } |
318 | } | |
319 | } | |
320 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |