From 6564c845239f9ca6c260c89b8dc43c85e75d4134 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 28 Oct 2004 00:03:17 +0000 Subject: [PATCH] A small change which caused a hard-to-find bug in using Joliet filenames. --- include/cdio/iso9660.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h index 6d1be843..23faa3d9 100644 --- a/include/cdio/iso9660.h +++ b/include/cdio/iso9660.h @@ -1,5 +1,5 @@ /* - $Id: iso9660.h,v 1.53 2004/10/24 23:42:39 rocky Exp $ + $Id: iso9660.h,v 1.54 2004/10/28 00:03:17 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2003, 2004 Rocky Bernstein @@ -308,7 +308,7 @@ struct iso9660_svd { char unused4[1]; char application_data[512]; char unused5[653]; -}; +} GNUC_PACKED; typedef struct iso9660_svd iso9660_svd_t;