~armagetronad-ct/armagetronad/0.2.8-armagetronad-sty+ct

« back to all changes in this revision

Viewing changes to src/tools/tResourceManager.cpp

Merge with mainline: Remove old /help

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    }
45
45
 
46
46
    fd = fopen(savepath, "w");
47
 
    if (fd < 0) {
 
47
    if (fd == NULL) {
48
48
        xmlNanoHTTPClose(ctxt);
49
49
        con << tOutput( "$resource_no_write", savepath );
50
50
        return 3;