IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2006, 5:36:41 PM (20 years ago)
Author:
eugene
Message:

updated to the new DVO APIs; minor cleanups (unused variables, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/queuedrop.c

    r8192 r8427  
    55  int N;
    66  char *Key;
    7   char *var;
    87  char *line;
    98  char *Value;
     
    1918  }
    2019
    21   if ((argc != 2) || (Key == -1)) {
     20  if ((argc != 2) || (Key == NULL)) {
    2221    gprint (GP_ERR, "USAGE: queuedrop (queue) [-key N value]\n");
    2322    return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.