From mint-bounce@lists.fishpool.fi Thu Sep 30 17:28:49 2010 Message-ID: <4CA5007B.8060003@freesbee.fr> Date: Thu, 30 Sep 2010 23:26:19 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: [MiNT] Typo on NVM_WRITE Content-Type: multipart/mixed; boundary="------------010203020004080706080809" X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: This is a multi-part message in MIME format. --------------010203020004080706080809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hello. In mint/ostruct.h, there is a typo on NVM_WRITE which was incorrectly=20 spelled MVM_WRITE. Here is a patch for the MiNTLib. Alan, please commit. --=20 Vincent Rivi=E8re --------------010203020004080706080809 Content-Type: text/plain; name="nvm.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="nvm.patch" diff -aurN -x CVS mintlib.orig/include/mint/ostruct.h mintlib/include/mint/ostruct.h --- mintlib.orig/include/mint/ostruct.h 2008-09-29 17:35:26.000000000 +0200 +++ mintlib/include/mint/ostruct.h 2010-09-30 23:23:11.500000000 +0200 @@ -472,7 +472,7 @@ /* NVMaccess params */ #define NVM_READ 0 -#define MVM_WRITE 1 +#define NVM_WRITE 1 #define NVM_RESET 2 /* Blitmode() modes */ --------------010203020004080706080809--