Skip to content

Commit

Permalink
manual revert commit directly to master to go through PR process
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jul 12, 2024
1 parent 01537ee commit 3c3baa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmelt.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ SEXP checkVars(SEXP DT, SEXP id, SEXP measure, Rboolean verbose) {
if (length(value_col)) Rprintf(_("Assigned 'measure.vars' are [%s].\n"), concat(dtnames, value_col));
}
} else if (isNull(id) && !isNull(measure)) {
SEXP measure_int_or_list = PROTECT(cols_to_int_or_list(measure, dtnames, true)); protecti++;
SEXP measure_int_or_list = cols_to_int_or_list(measure, dtnames, true);
idcols = PROTECT(uniq_diff(measure_int_or_list, ncol, true)); protecti++;
if (isNewList(measure)) valuecols = measure_int_or_list;
else {
Expand Down

0 comments on commit 3c3baa9

Please sign in to comment.