Fix Linux sim errors/warning

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@842 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-08-29 15:36:02 +00:00
parent 3f2dfbb298
commit 4b57c3bad4
10 changed files with 34 additions and 16 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ static inline void mkfatfs_initmbr(FAR struct fat_format_s *fmt,
/* 8@3: Usually "MSWIN4.1" */
strcpy(&var->fv_sect[BS_OEMNAME], "NUTTX ");
strcpy((char*)&var->fv_sect[BS_OEMNAME], "NUTTX ");
/* 2@11: Bytes per sector: 512, 1024, 2048, 4096 */