Note to self:
When you printf an int, it is conventional *not* to use %f :)


SVN revision: 1410
This commit is contained in:
Tom Gilbert 1999-11-26 16:23:16 +00:00
parent 92ecfe4aad
commit 2d018c6bf3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ save_config (void)
Epplet_modify_config ("DRAW_INTERVAL", buf);
Esnprintf (buf, sizeof (buf), "%.2f", opt.rand_delay);
Epplet_modify_config ("RAND_DELAY", buf);
Esnprintf (buf, sizeof (buf), "%.2f", opt.always_show_file_urls);
Esnprintf (buf, sizeof (buf), "%d", opt.always_show_file_urls);
Epplet_modify_config ("ALWAYS_SHOW_FILE_URLS", buf);
/*
* Esnprintf (buf, sizeof (buf), "%d", opt.do_cloak);