aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-from-portable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blind-from-portable.c')
-rw-r--r--src/blind-from-portable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blind-from-portable.c b/src/blind-from-portable.c
index ccb902d..de92733 100644
--- a/src/blind-from-portable.c
+++ b/src/blind-from-portable.c
@@ -88,12 +88,12 @@ int
main(int argc, char *argv[])
{
struct stream stream;
- int strict = 0;
+ int strict = 1;
void (*process)(struct stream *stream, int strict);
ARGBEGIN {
case 's':
- strict = 1;
+ strict = 0;
break;
default:
usage();