Changeset 950 for trunk/xcache.c
- Timestamp:
- 2012-07-02T09:09:26+02:00 (12 months ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r940 r950 1113 1113 efree(opened_path); 1114 1114 compiler->opened_path = compiler->opened_path_buffer; 1115 if (!statbuf || VCWD_STAT(compiler-> filename, statbuf) == 0) {1115 if (!statbuf || VCWD_STAT(compiler->opened_path, statbuf) == 0) { 1116 1116 return SUCCESS; 1117 1117 }
Note: See TracChangeset
for help on using the changeset viewer.

