aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-to-portable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blind-to-portable.c')
-rw-r--r--src/blind-to-portable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blind-to-portable.c b/src/blind-to-portable.c
index 9cb0448..b88f0be 100644
--- a/src/blind-to-portable.c
+++ b/src/blind-to-portable.c
@@ -99,12 +99,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();