IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8873


Ignore:
Timestamp:
Sep 21, 2006, 2:21:02 PM (20 years ago)
Author:
eugene
Message:

fixed tests for existing buffers

File:
1 edited

Legend:

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

    r7917 r8873  
    1313  }
    1414
    15   if ((buf = SelectBuffer (argv[1], OLDBUFFER, TRUE)) == NULL) return (FALSE);
    16   if ((vec = SelectVector (argv[2], ANYVECTOR, TRUE)) == NULL) return (FALSE);
     15  if ((vec = SelectVector (argv[1], OLDVECTOR, TRUE)) == NULL) return (FALSE);
     16  if ((buf = SelectBuffer (argv[2], ANYBUFFER, TRUE)) == NULL) return (FALSE);
    1717
    1818  Npix = vec[0].Nelements;
Note: See TracChangeset for help on using the changeset viewer.