hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

Warning fix/Future proofing #190

Closed hyln9 closed 10 years ago

hyln9 commented 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";

Launchpad Details: #LP309744 Michael D. Adams - 2008-12-19 10:44:50 -0500

hyln9 commented 10 years ago

Fixed in 1722. Thanks.

Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-12-24 00:12:44 -0500