There is an example at the top of the page which contains code that appears to show a user how to create and serialize a message to a file. However the flags to open the file lack the O_CREAT flag which allows creating the file if it doesn't exist. I was troubleshooting a situation where this snippet was used and compiled, but never created a file.pull/73/head
parent
53d202f587
commit
2ba455f20c
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue