Revision 23fe067c server/src/Utterance.cpp

View differences:

server/src/Utterance.cpp
113 113
	// fetch active symbol:
114 114
	string symbol = ((symbol_duration_pair_t)*phonemes_vector_iterator).first;
115 115
	// printf("> active symbol = %s\n",symbol.c_str());
116
	if (DEBUG_PRINT_PHONEMES)
116
	if (DEBUG_PRINT_PHONEMES) {
117 117
		printf("%s ", symbol.c_str());
118
	fflush(stdout);
118
		fflush(stdout);
119
	}
119 120

  
120 121
	return symbol;
121 122
}

Also available in: Unified diff