Searched refs:pEnd (Results 1 – 1 of 1) sorted by relevance
711 char * pEnd = &spBuffer[nBytes]; in SetFieldID3String() local712 while (((*pEnd == ' ') || (*pEnd == 0)) && pEnd >= &spBuffer[0]) { *pEnd-- = 0; } in SetFieldID3String()