ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/main.c
(Generate patch)

Comparing hopm/trunk/src/main.c (file contents):
Revision 5082 by michael, Mon Dec 22 19:38:06 2014 UTC vs.
Revision 5093 by michael, Tue Dec 23 20:21:18 2014 UTC

# Line 89 | Line 89 | int main(int argc, char *argv[])
89        switch (c)
90        {
91           case 'c':
92 <            CONFNAME = strdup(optarg);
92 >            CONFNAME = xstrdup(optarg);
93              break;
94           case 'd':
95              OPT_DEBUG++;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)