diff options
author | Unknwon <u@gogs.io> | 2017-02-22 06:59:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-22 06:59:45 -0500 |
commit | 0cfa489cf08369e46c0a9cff2adcedd0fcb28659 (patch) | |
tree | 0f9064c97099ba3a9c5c0b13f695f85d46802e64 /modules | |
parent | e0af5c280da4064af86857362f5c0b0abe747e79 (diff) |
models/git_diff: add bound check
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bindata/bindata.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index e6cea8cb..e936a373 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -307,7 +307,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 14876, mode: os.FileMode(420), modTime: time.Unix(1487726358, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 14876, mode: os.FileMode(420), modTime: time.Unix(1487727439, 0)} a := &asset{bytes: bytes, info: info} return a, nil } |