Logger: fix intel compilation
Compare changes
+ 4
− 4
@@ -93,8 +93,8 @@ void header_change_offset_direction(struct header *h,
@@ -183,9 +183,9 @@ void header_read(struct header *h, struct logger_logfile *log) {
Intel does not accept the addition to a void *
. Therefore I am now casting the pointers to char *