Home
last modified time | relevance | path

Searched refs:nextnotspace (Results 1 – 1 of 1) sorted by relevance

/dports/audio/easytag/easytag-2.4.3/src/
H A Dscan.c150 int nextnotspace = 0, pos = 0; in Scan_Remove_Spaces() local
156 nextnotspace = pos; in Scan_Remove_Spaces()
157 while(string[++nextnotspace] == ' '); in Scan_Remove_Spaces()
158 string[pos] = string[nextnotspace]; in Scan_Remove_Spaces()
159 string[nextnotspace] = ' '; in Scan_Remove_Spaces()