#include <stdarg.h>
-#include "imagei.h"
+#include "imageri.h"
/*
=head1 NAME
break;
default:
- m_fatal(1, "Unknown read_packed format code 0x%02x", *format);
+ i_fatal(1, "Unknown read_packed format code 0x%02x", *format);
}
++format;
}
break;
default:
- m_fatal(1, "Unknown write_packed format code 0x%02x", *format);
+ i_fatal(1, "Unknown write_packed format code 0x%02x", *format);
}
++format;
}
char buffer;
while (base_offset < offbits) {
if (ig->readcb(ig, &buffer, 1) != 1) {
- i_img_destroy(im);
i_push_error(0, "failed skipping to image data offset");
return NULL;
}