Changeset 5191

Show
Ignore:
Timestamp:
01/21/08 11:41:44 (10 months ago)
Author:
morris
Message:

No .wired/comments file should be a silent error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/wired/files.c

    r5187 r5191  
    11591159        file = wi_file_for_updating(commentpath); 
    11601160         
    1161         if(!file) { 
    1162                 wi_log_warn(WI_STR("Could not open %@: %m"), commentpath); 
    1163                 wd_reply_error(); 
    1164                  
     1161        if(!file) 
    11651162                return; 
    1166         } 
    11671163         
    11681164        tmpfile = wi_file_temporary_file();