Skip to content

Commit

Permalink
FIX: incompatible pointer type
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 10, 2025
1 parent 20ee9f6 commit fd20794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/n-math.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ enum {SINE, COSINE, TANGENT};
// ]
***********************************************************************/
{
double *intptr;
double intptr;
SET_DECIMAL(D_RET, modf(VAL_DECIMAL(D_ARG(1)), &intptr));
return R_RET;
}
Expand Down

0 comments on commit fd20794

Please sign in to comment.