changed restore file signature

This commit is contained in:
rexy712 2018-12-01 10:17:41 -08:00
parent 38793bf575
commit 82369b4d67

View File

@ -423,7 +423,7 @@ void save_restore_file(struct string_array* devices){
if(!restf){ if(!restf){
io_error(IO_ERROR_OPEN, IO_ERROR_FILE, restore_file); io_error(IO_ERROR_OPEN, IO_ERROR_FILE, restore_file);
}else{ }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); fclose(restf);
} }
rjp_free(tmp); rjp_free(tmp);