----------------------------------------------------
| 971 | } |
| 972 | //---------------------------------------------------- |
| 973 | void RenameCDLog(const char *newName) |
| 974 | { |
| 975 | strcpy(loadedcdfile, newName); |
| 976 | } |
| 977 | //---------------------------------------------------- |
| 978 | void SaveCDLogFile(void) |
| 979 | { |
no outgoing calls
no test coverage detected