/[guile]/guile/guile-core/libguile/strings.c
ViewVC logotype

Diff of /guile/guile-core/libguile/strings.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.75 by xxhanwen, Sat Jul 20 14:08:34 2002 UTC revision 1.76 by hanwen, Fri Aug 16 22:01:10 2002 UTC
# Line 363  scm_c_string2str (SCM obj, char *str, si Line 363  scm_c_string2str (SCM obj, char *str, si
363      {      {
364        /* FIXME: Should we use exported wrappers for malloc (and free), which        /* FIXME: Should we use exported wrappers for malloc (and free), which
365         * allow windows DLLs to call the correct freeing function? */         * allow windows DLLs to call the correct freeing function? */
366        str = (char *) malloc ((len + 1) * sizeof (char));        str = (char *) scm_malloc ((len + 1) * sizeof (char));
367        if (str == NULL)        if (str == NULL)
368          return NULL;          return NULL;
369      }      }

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26