Changeset 3154
- Timestamp:
- 2002-06-17T21:19:13+12:00 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/src/recpt/receptionist.cpp
r3036 r3154 696 696 char *lfile = filename.getcstr(); 697 697 698 int fd = open(lfile, O_APPEND);698 int fd = open(lfile, O_WRONLY | O_APPEND); 699 699 700 700 if (fd == -1) { … … 703 703 return false; 704 704 } 705 706 //int fd = GSDL_GET_FILEDESC(log);707 705 708 706 // lock_val is set to 0 if file is locked successfully
Note:
See TracChangeset
for help on using the changeset viewer.