Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions urlApp/src/URLDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,11 @@ asynStatus URLDriver::readImage()
break;
case 32:
dataType = NDUInt32;
#if MagickLibVersion >= 0x700
storageType = LongPixel;
#else
storageType = IntegerPixel;
#endif
break;
default:
asynPrint(pasynUserSelf, ASYN_TRACE_ERROR,
Expand Down