Skip to content

Commit 9727a31

Browse files
committed
change "or" back to ||
1 parent b4682b0 commit 9727a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/nuv_export/ui.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ package nuv_export::ui;
6262
$Args{'nice'} = 19;
6363
}
6464
# Is this a commandline-only request?
65-
if (!$Args{'confirm'} and ($Args{'title'} or $Args{'subtitle'} or $Args{'description'} or $Args{'infile'} or $Args{'starttime'} or $Args{'chanid'})) {
65+
if (!$Args{'confirm'} && ($Args{'title'} || $Args{'subtitle'} || $Args{'description'} || $Args{'infile'} || $Args{'starttime'} || $Args{'chanid'})) {
6666
$is_cli = 1;
6767
}
6868
}

0 commit comments

Comments
 (0)