diff options
| author | Vicent Marti <tanoku@gmail.com> | 2012-10-31 22:26:57 +0100 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2012-11-01 20:17:09 +0100 |
| commit | 8ff0f3250a62a128fb68ce3fae1719549a3fe47a (patch) | |
| tree | d252b4070dbdc60d26b8bff1d41b9954adb2232f /src/index.h | |
| parent | dbd6850d06111eb0761499d7c876ff7cd4ad57fa (diff) | |
| download | libgit2-8ff0f3250a62a128fb68ce3fae1719549a3fe47a.tar.gz | |
index: Switch to git_futils_filestamp
Diffstat (limited to 'src/index.h')
| -rw-r--r-- | src/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h index 0fd59dd45..86158eb84 100644 --- a/src/index.h +++ b/src/index.h @@ -22,7 +22,7 @@ struct git_index { char *index_file_path; - time_t last_modified; + git_futils_filestamp stamp; git_vector entries; unsigned int on_disk:1; |
