Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jun 24, 2014
1 parent 8dac1a3 commit e25aa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/ua_purge.c
Expand Up @@ -158,7 +158,7 @@ int purge_cmd(UAContext *ua, const char *cmd)
* Add volume=mr.VolumeName to cmd_holder if we have a new volume name from interactive selection.
* In certain cases this can produce duplicates, which we don't prevent as there are no side effects.
*/
if (!bstrcmp(ua->cmd, cmd_holder)) {
if (!bstrcmp(ua->cmd, cmd_holder.c_str())) {
pm_strcat(cmd_holder, " volume=");
pm_strcat(cmd_holder, mr.VolumeName);
}
Expand Down

0 comments on commit e25aa42

Please sign in to comment.