Skip to content

Commit

Permalink
fix the page 48 bug al7amdulillah.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Mar 6, 2013
1 parent 886ee0c commit 866b8cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public static boolean haveAllFiles(DownloadAudioRequest request){
}

Log.d(TAG, "not gapless, checking each ayah...");
for (int j = firstAyah; j < lastAyah; j++){
for (int j = firstAyah; j <= lastAyah; j++){
String filename = i + File.separator + j + AUDIO_EXTENSION;
f = new File(baseDirectory + File.separator + filename);
if (!f.exists()){ return false; }
Expand Down

0 comments on commit 866b8cb

Please sign in to comment.