You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/13 08:34:58 UTC

[GitHub] [incubator-nuttx] jlaitine opened a new pull request #5214: fs/partition/fs_gpt.c: Fix compilation errors when CONFIG_FS_LARGEFIL…

jlaitine opened a new pull request #5214:
URL: https://github.com/apache/incubator-nuttx/pull/5214


   …E is not defined
   
   This fixes some number formatting errors for 64-bit targets
   - GPT_HEADER_SIGNATURE is defined as "unsigned long long", so just print it as it is (without PRI macro)
   - The size of blkcnt_t depends on CONFIG_FS_LARGEFILE and CONFIG_HAVE_LONG_LONG
   
   Signed-off-by: Jukka Laitinen <ju...@ssrc.tii.ae>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5214: fs/partition/fs_gpt.c: Fix compilation errors when CONFIG_FS_LARGEFIL…

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5214:
URL: https://github.com/apache/incubator-nuttx/pull/5214


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org