Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 828918 - Fix DCF name check to check correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Jan 15, 2013
1 parent df38c1b commit e59faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/camera/js/camera.js
Expand Up @@ -634,7 +634,7 @@ var Camera = {
// A file with this name may have been written by the user or
// our indexeddb sequence tracker was cleared, check we wont overwrite
// anything
var req = storage.get(path);
var req = storage.get(path + filename);

// A file existed, we bump the directory then try to generate a
// new filename
Expand Down

0 comments on commit e59faa1

Please sign in to comment.