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:
parent
1ec91da5e0
commit
65f3e98ce0
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ static int save_config_buffer( void )
|
||||||
/* don't save if no changes were made */
|
/* don't save if no changes were made */
|
||||||
if ( chksum == last_checksum )
|
if ( chksum == last_checksum )
|
||||||
return 0;
|
return 0;
|
||||||
|
last_checksum = chksum;
|
||||||
|
|
||||||
#ifdef HAVE_RTC
|
#ifdef HAVE_RTC
|
||||||
/* FIXME: okay, it _would_ be cleaner and faster to implement rtc_write so
|
/* FIXME: okay, it _would_ be cleaner and faster to implement rtc_write so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue