Show
Ignore:
Timestamp:
2000-06-08 02:56:37 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Don't return data on the stack. Noted by "Andrew W. Nosenko"
<awn@…>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • charset.c

    r1861 r1879  
    464464  struct fgetconv_s *fc; 
    465465  iconv_t cd = (iconv_t)-1; 
    466   const char *repls[] = { "\357\277\275", "?", 0 }; 
     466  static const char *repls[] = { "\357\277\275", "?", 0 }; 
    467467 
    468468  if (from && to)