Changeset 5191
- Timestamp:
- 01/21/08 11:41:44 (10 months ago)
- Files:
-
- wired/trunk/wired/files.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/wired/files.c
r5187 r5191 1159 1159 file = wi_file_for_updating(commentpath); 1160 1160 1161 if(!file) { 1162 wi_log_warn(WI_STR("Could not open %@: %m"), commentpath); 1163 wd_reply_error(); 1164 1161 if(!file) 1165 1162 return; 1166 }1167 1163 1168 1164 tmpfile = wi_file_temporary_file();
