Commit b1546615 authored by Jon Lech Johansen's avatar Jon Lech Johansen

* drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.

parent 1da2bc91
......@@ -1888,7 +1888,7 @@ static int GetSCIData( char *psz_ipod, uint32_t **pp_sci,
if( strstr( psz_ipod, ISCINFO ) == NULL )
{
snprintf( p_tmp, sizeof(p_tmp)/sizeof(p_tmp[0]) - 1,
"%s/iPod_Control/iTunes/" ISCINFO, psz_ipod );
"%s/iPod_Control/iTunes/" ISCINFO "2", psz_ipod );
psz_path = p_tmp;
}
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment