/[pspp]/pspp/src/expressions/helpers.c
ViewVC logotype

Diff of /pspp/src/expressions/helpers.c

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

revision 1.4 by blp, Sun Aug 21 07:21:06 2005 UTC revision 1.5 by blp, Mon Oct 24 02:51:29 2005 UTC
# Line 158  alloc_string (struct expression *e, size Line 158  alloc_string (struct expression *e, size
158  }  }
159    
160  struct fixed_string  struct fixed_string
161  copy_string (struct expression *e, const unsigned char *old, size_t length)  copy_string (struct expression *e, const char *old, size_t length)
162  {  {
163    struct fixed_string s = alloc_string (e, length);    struct fixed_string s = alloc_string (e, length);
164    memcpy (s.string, old, length);    memcpy (s.string, old, length);

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

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