/[ipchat]/ipchat/src/misc.c
ViewVC logotype

Diff of /ipchat/src/misc.c

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

revision 1.5 by beatk, Sun Feb 27 21:20:36 2005 UTC revision 1.6 by beatk, Fri Mar 25 18:37:47 2005 UTC
# Line 391  write_tag (int fd, char *name, char *buf Line 391  write_tag (int fd, char *name, char *buf
391                  strcat (b, str6);                  strcat (b, str6);
392          }          }
393                    
394            free (t);
395    
396          r = write (fd, b, strlen (b));          r = write (fd, b, strlen (b));
397          if (r != strlen (b)) {          if (r != strlen (b)) {
398                  free (b);                  free (b);

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

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