IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7257


Ignore:
Timestamp:
May 31, 2006, 4:31:04 PM (20 years ago)
Author:
Paul Price
Message:

Setting initial value to avoid compiler warning about value being used uninitialised.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUGenerate.c

    r7254 r7257  
    101101                                )
    102102{
    103     psRegion *region;
     103    psRegion *region = NULL;            // The region to return
    104104    switch (readdir) {
    105105    case 1:                           // Read direction is rows
Note: See TracChangeset for help on using the changeset viewer.