Fix small error
This commit is contained in:
parent
4514c5e619
commit
1be8ce6c5d
@ -137,7 +137,7 @@ void save_presets(int do_update)
|
|||||||
tmp = svf_mod;
|
tmp = svf_mod;
|
||||||
fwrite(&tmp, 1, 1, f);
|
fwrite(&tmp, 1, 1, f);
|
||||||
save_string(f, http_proxy_string);
|
save_string(f, http_proxy_string);
|
||||||
tmp = MAJOR_VERSION;
|
tmp = SAVE_VERSION;
|
||||||
fwrite(&tmp, 1, 1, f);
|
fwrite(&tmp, 1, 1, f);
|
||||||
tmp = MINOR_VERSION;
|
tmp = MINOR_VERSION;
|
||||||
fwrite(&tmp, 1, 1, f);
|
fwrite(&tmp, 1, 1, f);
|
||||||
|
Loading…
Reference in New Issue
Block a user