Skip to content

Commit

Permalink
Fix GSM parameters passed to ee_core (gcc10 fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Jan 9, 2021
1 parent 04866df commit df85c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void PrepareGSM(char *cmdline)

FIELD_fix = gGSMFIELDFix != 0 ? 1 : 0;

sprintf(cmdline, "%d %d %d %lu %lu %u %u %u %d %d %d", predef_vmode[gGSMVMode].interlace,
sprintf(cmdline, "%d %d %d %llu %llu %u %u %u %d %d %d", predef_vmode[gGSMVMode].interlace,
predef_vmode[gGSMVMode].mode,
predef_vmode[gGSMVMode].ffmd,
predef_vmode[gGSMVMode].display,
Expand Down

0 comments on commit df85c45

Please sign in to comment.