git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2360 c06c8d41-db1a-0410-9941-cceddc491573
F3UFN3NCLA2WEQ5LX63MMEVXFWYHEV6ZYLDEB6DG7D2GRU3BPOPAC
CV2Q7Y3P7SRU5ARIMVDLNVZV4VIMCBYOLIMS6HK6IK3WW4DGIIIAC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
cprintf( "%s", items[index]->get_text().c_str() );
{ std::string text = items[index]->get_text(); if ((int) text.length() > get_number_of_cols()) text = text.substr(0, get_number_of_cols()); cprintf( "%s", text.c_str() ); }
{
std::string text = items[index]->get_text();
if ((int) text.length() > get_number_of_cols())
text = text.substr(0, get_number_of_cols());
cprintf( "%s", text.c_str() );
}