Home
last modified time | relevance | path

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

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_replayer.h285 void fixString(char *str, int32_t lastChrPos); // removes leading spaces and 0x1A chars
H A Dft2_replayer.c45 void fixString(char *str, int32_t lastChrPos) // removes leading spaces and 0x1A chars in fixString() argument
47 for (int32_t i = lastChrPos; i >= 0; i--) in fixString()
54 str[lastChrPos+1] = '\0'; in fixString()