changed restore file signature
This commit is contained in:
parent
38793bf575
commit
82369b4d67
@ -423,7 +423,7 @@ void save_restore_file(struct string_array* devices){
|
||||
if(!restf){
|
||||
io_error(IO_ERROR_OPEN, IO_ERROR_FILE, restore_file);
|
||||
}else{
|
||||
fprintf(restf, "//File generated by rexbacklight\n%s\n", tmp);
|
||||
fprintf(restf, "//File generated by %s\n%s\n", executable_name, tmp);
|
||||
fclose(restf);
|
||||
}
|
||||
rjp_free(tmp);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user