git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15236 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
89b9f068ca
commit
07141d819e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue