-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples/lte_azureiot: Use stat() instead of fseek() to get filelength
Sometimes filelength() returns invalid length with fseek() implementations. It can be avoided with stat() one. Signed-off-by: Takumi Ando <[email protected]>
- Loading branch information
1 parent
e26b7d6
commit f6aa44c
Showing
1 changed file
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters