From 5121f61175f7a59c71667ed04d9c8f1e43843af4 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Fri, 19 Mar 2004 10:49:29 +0000 Subject: Fixed svn-id: r13342 --- queen/talk.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'queen/talk.cpp') diff --git a/queen/talk.cpp b/queen/talk.cpp index 26c114648e..41ebbdf09c 100644 --- a/queen/talk.cpp +++ b/queen/talk.cpp @@ -896,13 +896,7 @@ void Talk::speakSegment( segment[length] = '\0'; char voiceFileName[MAX_STRING_SIZE]; -#ifndef __PALM_OS__ snprintf(voiceFileName, sizeof(voiceFileName), "%s%1x", voiceFilePrefix, index + 1); -#else - // %(X)x is not supported on PalmOS - sprintf(voiceFileName, "%s%1x", voiceFilePrefix, index + 1); - strncpy(voiceFileName + strlen(voiceFileName) - 8, voiceFileName + strlen(voiceFileName) - 1, 2); -#endif // debug(6, "Sentence segment '%*s' is said by person '%s' and voice file '%s' is played", // length, segment, person->name, voiceFileName); -- cgit v1.2.3