ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/c_misc.C
(Generate patch)

Comparing deliantra/server/server/c_misc.C (file contents):
Revision 1.42 by root, Fri Feb 2 21:50:43 2007 UTC vs.
Revision 1.43 by root, Mon Feb 5 01:24:45 2007 UTC

79 if (params == NULL) 79 if (params == NULL)
80 { 80 {
81 new_draw_info (NDI_UNIQUE, 0, op, "what bugs?"); 81 new_draw_info (NDI_UNIQUE, 0, op, "what bugs?");
82 return 1; 82 return 1;
83 } 83 }
84 strcpy (buf, op->name); 84 assign (buf, op->name);
85 strcat (buf, " bug-reports: "); 85 strcat (buf, " bug-reports: ");
86 strncat (buf, ++params, MAX_BUF - strlen (buf)); 86 strncat (buf, ++params, MAX_BUF - strlen (buf));
87 buf[MAX_BUF - 1] = '\0'; 87 buf[MAX_BUF - 1] = '\0';
88 bug_report (buf); 88 bug_report (buf);
89 LOG (llevError, "%s\n", buf); 89 LOG (llevError, "%s\n", buf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines