/[anubis]/anubis/src/message.c
ViewVC logotype

Diff of /anubis/src/message.c

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

revision 1.10 by gray, Fri Jul 18 14:36:36 2003 UTC revision 1.11 by gray, Thu Aug 14 12:31:17 2003 UTC
# Line 165  expand_ampersand(char *value, char *old_ Line 165  expand_ampersand(char *value, char *old_
165                  }                  }
166                  if (value && value[0])                  if (value && value[0])
167                          obstack_grow(&stk, value, strlen(value));                          obstack_grow(&stk, value, strlen(value));
168                    obstack_1grow(&stk, 0);
169                  p = strdup(obstack_finish(&stk));                  p = strdup(obstack_finish(&stk));
170                  obstack_free(&stk, NULL);                  obstack_free(&stk, NULL);
171          }          }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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