mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
fix errors
This commit is contained in:
@@ -122,7 +122,7 @@ int rdssaved() {
|
|||||||
void removerds() {
|
void removerds() {
|
||||||
char encoderPath[256];
|
char encoderPath[256];
|
||||||
snprintf(encoderPath, sizeof(encoderPath), "%s/.rdsEncoder", getenv("HOME"));
|
snprintf(encoderPath, sizeof(encoderPath), "%s/.rdsEncoder", getenv("HOME"));
|
||||||
remove(encoderPath)
|
remove(encoderPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user