mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
sndfile-convert: fix typo in error message (#793)
Co-authored-by: evpobr <evpobr@gmail.com>
This commit is contained in:
parent
47383a6cc2
commit
ca2008903f
@ -77,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Typo in `docs/index.md`.
|
* Typo in `docs/index.md`.
|
||||||
|
* Typo in `programs/sndfile-convert.c`, thanks @fjl.
|
||||||
* Memory leak in `caf_read_header`(), credit to OSS-Fuzz ([issue 30375](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30375)).
|
* Memory leak in `caf_read_header`(), credit to OSS-Fuzz ([issue 30375](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30375)).
|
||||||
* Stack overflow in `guess_file_type`(), thanks @bobsayshilol, credit to
|
* Stack overflow in `guess_file_type`(), thanks @bobsayshilol, credit to
|
||||||
OSS-Fuzz ([issue 29339](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29339)).
|
OSS-Fuzz ([issue 29339](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29339)).
|
||||||
|
@ -281,7 +281,7 @@ main (int argc, char * argv [])
|
|||||||
continue ;
|
continue ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
printf ("Error : Not able to decode argunment '%s'.\n", argv [k]) ;
|
printf ("Error : Not able to decode argument '%s'.\n", argv [k]) ;
|
||||||
exit (1) ;
|
exit (1) ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user