[BACK]Return to strfmon.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / stdlib

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/stdlib/strfmon.c between version 1.3 and 1.4

version 1.3, 2005/12/02 14:19:43 version 1.4, 2006/03/19 01:50:49
Line 230  strfmon(char * __restrict s, size_t maxs
Line 230  strfmon(char * __restrict s, size_t maxs
                                 goto format_error;                                  goto format_error;
                 }                  }
   
                   if (currency_symbol)
                           free(currency_symbol);
                 if (flags & USE_INTL_CURRENCY) {                  if (flags & USE_INTL_CURRENCY) {
                         currency_symbol = strdup(lc->int_curr_symbol);                          currency_symbol = strdup(lc->int_curr_symbol);
                         if (currency_symbol != NULL)                          if (currency_symbol != NULL)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>