From 886911b0bb5113663bfc6ae8500f37825cef3048 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 21 Oct 2003 17:02:46 +0000 Subject: pixel sux --- mdk-stage1/lomount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/lomount.c b/mdk-stage1/lomount.c index 77e520c41..01d0b1a0a 100644 --- a/mdk-stage1/lomount.c +++ b/mdk-stage1/lomount.c @@ -80,7 +80,7 @@ set_loop (const char *device, const char *file, int gz) loopinfo.lo_name[LO_NAME_SIZE - 1] = 0; loopinfo.lo_offset = 0; if (gz) - loopinfo.lo_encrypt_key = 13; /* LO_CRYPT_GZ */ + loopinfo.lo_encrypt_type = 13; /* LO_CRYPT_GZ */ #ifdef MCL_FUTURE /* -- cgit v1.2.1