Skip to content
Snippets Groups Projects
Commit 1f6789ed authored by deuce's avatar deuce
Browse files

Fix Removing <filename> (not in database) message.

parent 28303477
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ int main(int argc, char **argv)
/* strupr(str); */
if(!findfile(&cfg, i,str)) {
sprintf(str,"%s%s",tmp,gl.gl_pathv[j]);
printf("Removing %s (not in database)\n",gl.gl_pathv);
printf("Removing %s (not in database)\n",gl.gl_pathv[j]);
if(!(misc&REPORT) && remove(str))
printf("Error removing %s\n",str); } } }
globfree(&gl);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment