ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/opercmd.c
(Generate patch)

Comparing hopm/trunk/src/opercmd.c (file contents):
Revision 5272 by michael, Mon Dec 29 19:38:22 2014 UTC vs.
Revision 5273 by michael, Thu Jan 1 19:55:17 2015 UTC

# Line 216 | Line 216 | command_create(unsigned short type, char
216  
217    if (param)
218      ret->param = xstrdup(param);
219  else
220    ret->param = NULL;
219  
220    ret->irc_nick = xstrdup(irc_nick);
221    ret->target = target;  /* FIXME: This needs fixed if rehash is implemented */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines