Fix small error

This commit is contained in:
Simon Robertshaw 2011-09-25 10:33:49 +01:00
parent 4514c5e619
commit 1be8ce6c5d

View File

@ -137,7 +137,7 @@ void save_presets(int do_update)
tmp = svf_mod;
fwrite(&tmp, 1, 1, f);
save_string(f, http_proxy_string);
tmp = MAJOR_VERSION;
tmp = SAVE_VERSION;
fwrite(&tmp, 1, 1, f);
tmp = MINOR_VERSION;
fwrite(&tmp, 1, 1, f);