Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed May 7, 2024
1 parent a083c99 commit 7e0c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forder.c
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ SEXP isOrderedSubset(SEXP x, SEXP nrowArg)
}

SEXP binary(SEXP x)
// base::intToBits is close, but why does that print the result as "00 00 00 00" (raw) rather than ("0000") bits? Seems odd.
// base::numToBits is close, but why does that print the result as "00 00 00 00" (raw) rather than ("0000") bits? Seems odd.
{
char buffer[69];
int j;
Expand Down

0 comments on commit 7e0c88f

Please sign in to comment.