This commit is contained in:
Olof hagsand 2020-03-16 15:27:59 +01:00
parent 1882d431f7
commit d36ab2e093

View file

@ -134,6 +134,11 @@ Create release branch:
git push origin release-4.2
```
Merge a branch back:
```
git merge --no-ff release-4.2
```
## Use of constants etc
Use MAXPATHLEN (not PATH_MAX)