From 544c08866a1b48778bd0f3b92c737a61fe0cbb51 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 3 May 2006 22:23:27 +0000 Subject: [PATCH] small fix : (yes/no) -> (yes|no) git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2999 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/ua_label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_label.c b/bacula/src/dird/ua_label.c index e15cff6fd3..8869dcdcc0 100644 --- a/bacula/src/dird/ua_label.c +++ b/bacula/src/dird/ua_label.c @@ -499,7 +499,7 @@ static void label_from_barcodes(UAContext *ua, int drive) } bsendmsg(ua, "%4d %s\n", vl->Slot, vl->VolName); } - if (!get_yesno(ua, _("Do you want to continue? (yes/no): ")) || + if (!get_yesno(ua, _("Do you want to continue? (yes|no): ")) || (ua->pint32_val == 0)) { goto bail_out; } -- 2.39.5