Insert the text directly instead.
{
}
-/** random's (constant) database info text */
-#define DBINFO "dbinfo1:database info? You're kidding. I'm still dopey!\ndbinfo2:\ndbinfo3:\n"
-
/**
* the init function for the random audio file selector
*
struct timeval now;
PARA_INFO_LOG("%s", "registering random handlers ;)\n");
- sprintf(mmd->selector_info, DBINFO);
+ sprintf(mmd->selector_info, "dbinfo1:database info? You're kidding. "
+ "I'm still dopey!\ndbinfo2:\ndbinfo3:\n");
gettimeofday(&now, NULL);
srand(now.tv_usec);
db->cmd_list = cmds;