Changeset c06bd5e in mainline


Ignore:
Timestamp:
2024-08-22T13:01:32Z (5 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
4c25f86b
Parents:
b889a64
Message:

init: Add missing NULL terminator in directory list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    rb889a64 rc06bd5e  
    8080static const char *sys_dirs[] = {
    8181        "/w/cfg",
    82         "/w/data"
     82        "/w/data",
     83        NULL,
    8384};
    8485
Note: See TracChangeset for help on using the changeset viewer.