Searched refs:FmtString (Results 1 – 1 of 1) sorted by relevance
189 char FmtString[21]; in ProcessGpsInfo() local210 strcpy(FmtString, "%0.0fd %0.0fm %0.0fs"); in ProcessGpsInfo()221 FmtString[1+a*7] = (char)('2'+digits+(digits ? 1 : 0)); in ProcessGpsInfo()222 FmtString[3+a*7] = (char)('0'+digits); in ProcessGpsInfo()227 sprintf(TempString, FmtString, Values[0], Values[1], Values[2]); in ProcessGpsInfo()