Changeset 42773
- Timestamp:
- Dec 29, 2024, 3:58:01 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ppmerge-20241229/psModules/src/camera/pmFPAConstruct.c
r41892 r42773 83 83 while ((value = psListGetAndIncrement(valuesIter))) { 84 84 psArray *fst = psStringSplitArray(value, ":", true); // First, second, third 85 assert (numArrays == fst->n); 85 86 switch (numArrays) { 86 87 case 3: … … 1126 1127 pmFPAview *view = pmFPAviewAlloc(0); // View, to be returned 1127 1128 if (phuView) { 1128 // Copy the view , for the case where we're given a view.1129 // Copy the view values, for the case where we're given a view. 1129 1130 *view = *phuView; 1130 1131 }
Note:
See TracChangeset
for help on using the changeset viewer.
