Development #51385
utiliser strchr() au lieu d'index() qui est déprécié.
Start date:
23 Feb 2021
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
.
Files
Associated revisions
History
Updated by Benjamin Dauvergne 12 days ago
- Patch proposed changed from No to Yes
- Status changed from Nouveau to Solution proposée
- File 0001-replace-deprecated-index-by-strchr.patch 0001-replace-deprecated-index-by-strchr.patch added
Updated by Paul Marillonnet 11 days ago
Il reste une utilisation de index
dans tests/basic_tests.c
.
D’ailleurs dans ces deux fichiers je pense qu’on peut donc aussi retirer le
#include <strings.h>
Updated by Benjamin Dauvergne 10 days ago
- File 0001-replace-deprecated-index-by-strchr-51385.patch 0001-replace-deprecated-index-by-strchr-51385.patch added
ok.
Updated by Benjamin Dauvergne 10 days ago
- Status changed from Solution validée to Résolu (à déployer)
commit f912e8d1efe89e22c26078e4c869ffe4f393e4e7 Author: Benjamin Dauvergne <bdauvergne@entrouvert.com> Date: Thu Jan 21 15:09:43 2021 +0100 replace deprecated index() by strchr() (#51385)
replace deprecated index() by strchr() (#51385)