View | Details | Raw Unified | Return to bug 257708 | Differences between
and this patch

Collapse All | Expand All

(-)src/common.c (-1 / +1 lines)
Lines 2219-2225 static int map_file(mapped_file_t *mf, const char *pat Link Here
2219
    goto on_error;
2219
    goto on_error;
2220
  }
2220
  }
2221
2221
2222
  mf->len = st.st_size;
2222
  mf->len = (size_t)st.st_size;
2223
  error = 0; // success
2223
  error = 0; // success
2224
2224
2225
on_error:
2225
on_error:

Return to bug 257708