git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8770
91ce42f0-d328-0410-95d8-
f526ca767f89
static bool ask_for_fileregex(UAContext *ua, RESTORE_CTX *rx)
{
- if (find_arg(ua, NT_("all"))) { /* if user enters all on command line */
- return true; /* select everything */
+ if (find_arg(ua, NT_("all")) >= 0) { /* if user enters all on command line */
+ return true; /* select everything */
}
ua->send_msg(_("\nThere were no files inserted into the tree, so file selection\n"
"is not possible.Most likely your retention policy pruned the files\n"));