766ca9e60d
- DESCR tweak. - COMMENT tweak by Michael Knudsen. - add PKG_ARCH (spotted by alek). ok alek@
11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
$OpenBSD: patch-swatch,v 1.4 2006/05/05 11:30:46 aanriot Exp $
|
|
--- swatch.orig Wed May 3 06:39:14 2006
|
|
+++ swatch Wed May 3 06:39:22 2006
|
|
@@ -482,7 +482,7 @@ sub parse_command_line {
|
|
sub dprint {
|
|
my $msg_lev = shift;
|
|
my $msg = shift;
|
|
- print STDERR "DEBUG($msg_lev): $msg\n" if ($msg_lev & $opt_debug_level);
|
|
+ print STDERR "DEBUG($msg_lev): $msg\n" if ($msg_lev && $opt_debug_level);
|
|
}
|