Changes to gnats/gnats/cmds.c
Milan Zamazal <[email protected]> Mon, 12 Aug 2002 08:33:30 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/cmds.c
diff -c gnats/gnats/cmds.c:1.68 gnats/gnats/cmds.c:1.69
*** gnats/gnats/cmds.c:1.68 Sun Jul 28 15:20:52 2002
--- gnats/gnats/cmds.c Mon Aug 12 08:33:30 2002
***************
*** 403,409 ****
if (ac < 2)
{
! printf ("%d Must lock with username, PR number, and process locking it.\r\n",
CODE_CMD_ERROR);
return;
}
--- 403,409 ----
if (ac < 2)
{
! printf ("%d Must lock with PR number, username, and process locking it.\r\n",
CODE_CMD_ERROR);
return;
}