diff --git a/lib/device/iec/fuji.cpp b/lib/device/iec/fuji.cpp index 8f4ee8193..1b3d60328 100644 --- a/lib/device/iec/fuji.cpp +++ b/lib/device/iec/fuji.cpp @@ -989,7 +989,7 @@ void iecFuji::get_directory_position() // Return the value we read if (payload[0] == FUJICMD_GET_DIRECTORY_POSITION) - response_queue.push(std::string((const char *)&pos, sizeof(pos))); + response = std::string((const char *)&pos, sizeof(pos)); else { char reply[8];