From 13c1d8d1710fbd2219257849bcb2abca7f958bbf Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 6 Jun 2016 01:49:19 -0500 Subject: [PATCH] whoops --- avr/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/send.c b/avr/send.c index 5610fed..ff129dc 100644 --- a/avr/send.c +++ b/avr/send.c @@ -105,7 +105,7 @@ static void spi_send_job(tabby_printer_job *job, tabby_printer_response *response) { spi_send_packet(TABBY_PRINTER_PACKET_JOB, job->data, - sizeof(job), + sizeof(*job), response); }