1
0
Fork 0
forked from len0rd/rockbox

Update last_checksum

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1731 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-08-14 12:30:31 +00:00
parent 1ec91da5e0
commit 65f3e98ce0

View file

@ -141,6 +141,7 @@ static int save_config_buffer( void )
/* don't save if no changes were made */
if ( chksum == last_checksum )
return 0;
last_checksum = chksum;
#ifdef HAVE_RTC
/* FIXME: okay, it _would_ be cleaner and faster to implement rtc_write so