Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87847 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Feb 28, 2025
1 parent 6add35c commit af40a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/connections.c
Original file line number Diff line number Diff line change
Expand Up @@ -1591,8 +1591,8 @@ attribute_hidden SEXP do_fifo(SEXP call, SEXP op, SEXP args, SEXP env)
if(!isString(sopen) || LENGTH(sopen) != 1)
error(_("invalid '%s' argument"), "open");
block = asRbool(CADDR(args), call);
if(block == NA_LOGICAL)
error(_("invalid '%s' argument"), "block");
// if(block == NA_LOGICAL)
// error(_("invalid '%s' argument"), "block");
enc = CADDDR(args);
if(!isString(enc) || LENGTH(enc) != 1 ||
strlen(CHAR(STRING_ELT(enc, 0))) > 100) /* ASCII */
Expand Down

0 comments on commit af40a57

Please sign in to comment.