| 129 |
*internal_study = *study; /* To copy other fields */ |
*internal_study = *study; /* To copy other fields */ |
| 130 |
internal_study->size = byteflip(study->size, sizeof(study->size)); |
internal_study->size = byteflip(study->size, sizeof(study->size)); |
| 131 |
internal_study->flags = byteflip(study->flags, sizeof(study->flags)); |
internal_study->flags = byteflip(study->flags, sizeof(study->flags)); |
| 132 |
internal_study->minlength = byteflip(study->minlength, |
internal_study->minlength = byteflip(study->minlength, |
| 133 |
sizeof(study->minlength)); |
sizeof(study->minlength)); |
| 134 |
} |
} |
| 135 |
|
|