git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15236 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-12-12 15:03:10 +00:00
parent 89b9f068ca
commit 07141d819e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ static msg_t build_path(vfs_overlay_driver_c *drvp,
const char *path,
char *buf) {
*buf++ = '\0';
*buf = '\0';
/* Copying the prefix, if defined.*/
if (drvp->path_prefix != NULL) {