Closed hyln9 closed 10 years ago
The following change fixes a warning and future proofs the code against the possibility that "helpstring" includes a "%" in it in the future.
=== modified file 'src/scheme-script.c' --- src/scheme-script.c 2008-10-18 21:49:20 +0000 +++ src/scheme-script.c 2008-12-19 15:40:39 +0000 @@ -37,7 +37,7 @@ arguments ... as (command-line)\n\ \n\ Consult the Ikarus Scheme User's Guide for more details.\n\n";
fprintf(stderr, "%s", helpstring); }
int main(int argc, char\ argv){
Launchpad Details: #LP309744 Michael D. Adams - 2008-12-19 10:44:50 -0500
Fixed in 1722. Thanks.
Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-12-24 00:12:44 -0500
The following change fixes a warning and future proofs the code against the possibility that "helpstring" includes a "%" in it in the future.
=== modified file 'src/scheme-script.c' --- src/scheme-script.c 2008-10-18 21:49:20 +0000 +++ src/scheme-script.c 2008-12-19 15:40:39 +0000 @@ -37,7 +37,7 @@ arguments ... as (command-line)\n\ \n\ Consult the Ikarus Scheme User's Guide for more details.\n\n";
fprintf(stderr, "%s", helpstring); }
int main(int argc, char\ argv){
Launchpad Details: #LP309744 Michael D. Adams - 2008-12-19 10:44:50 -0500