From b2cf4d32221075c96a7487b1fc0baa2598d373fe Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 23 Jun 2009 09:38:22 +0000 Subject: Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to copy the strings to a temp buffer and terminate before using them in printf. --- Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h') diff --git a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h index a299b7008..a5b84c2eb 100644 --- a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h +++ b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h @@ -43,6 +43,7 @@ #include #include #include + #include #include "ConfigDescriptor.h" -- cgit v1.2.3