Changeset 24894
- Timestamp:
- 2011-12-13T12:15:39+13:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/src/recpt/receptionist.cpp
r24106 r24894 761 761 char *lfile = filename.getcstr(); 762 762 763 int fd = open(lfile, O_ WRONLY | O_APPEND);763 int fd = open(lfile, O_CREAT | O_WRONLY | O_APPEND); 764 764 765 765 if (fd == -1) {
Note:
See TracChangeset
for help on using the changeset viewer.