Skip to content

Commit

Permalink
applying Hartmann's solution to #1707
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed May 1, 2023
1 parent be6f60d commit 84625d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/insert.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ int xoutset(CSOUND *csound, XOUT *p)
// Fsigs need to be copied for initialization purposes.
if (inm->outtypes_cpy[i] != 'k' && csoundGetTypeForArg(in) != &CS_VAR_TYPE_A)
current->varType->copyValue(csound, out, in);
printf("%c \n", inm->outtypes_cpy[i]);
//printf("%c \n", inm->outtypes_cpy[i]);
current = current->next;
}

Expand Down

0 comments on commit 84625d2

Please sign in to comment.