Skip to content

Commit

Permalink
Stylistic change.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Jun 20, 2006
1 parent bb6bed2 commit 677dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fftw-wisdom.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ int bench_main(int argc, char *argv[])
if (!strchr(canonical_sizes[i],'x')
|| !strchr(types[j],'o')) {
#ifdef HAVE_SNPRINTF
snprintf(ps,64, "%s%s", types[j], canonical_sizes[i]);
snprintf(ps, sizeof(ps), "%s%s", types[j], canonical_sizes[i]);
#else
sprintf(ps, "%s%s", types[j], canonical_sizes[i]);
#endif
Expand Down

0 comments on commit 677dd90

Please sign in to comment.