mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 16:20:03 +02:00
wip
This commit is contained in:
parent
c1d28e47d4
commit
f0dce3c209
@ -3740,7 +3740,7 @@ int program_fpga(int file_des) {
|
||||
(long long unsigned int)offset, (long long unsigned int)filesize));
|
||||
|
||||
// receive part of program
|
||||
if (receiveData(file_des, fpgasrc + offset, unitprogramsize, OTHER) < 0) {
|
||||
if (receiveData(file_des, (char*)(fpgasrc + offset), unitprogramsize, OTHER) < 0) {
|
||||
printSocketReadError();
|
||||
clientSocketCrash = 1;
|
||||
ret = FAIL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user