Skip to content

Commit

Permalink
d_faststdio.U: Use >&4, not >& 4
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Aug 22, 2020
1 parent 0c486d2 commit 32209b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion U/perl/d_faststdio.U
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ case "$d_stdstdio:$d_stdio_ptr_lval" in
"$define:$define")
case "$d_stdio_cnt_lval$d_stdio_ptr_lval_sets_cnt" in
*$define*)
echo "You seem to have 'fast stdio' to directly manipulate the stdio buffers." >& 4
echo "You seem to have 'fast stdio' to directly manipulate the stdio buffers." >&4
val="$define"
;;
esac
Expand Down

0 comments on commit 32209b8

Please sign in to comment.