just one missing map[string]interface{} -> Map conversion

Change-Id: I616ef7260dac9187ea5157f8d47c1b05815ad723
This commit is contained in:
mpl 2012-08-22 15:09:42 +02:00
parent 1a51f44196
commit b355a29150
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ func init() {
populateSchemaStat = append(populateSchemaStat, populateSchemaCtime)
}
func populateSchemaCtime(m map[string]interface{}, fi os.FileInfo) {
func populateSchemaCtime(m Map, fi os.FileInfo) {
st, ok := fi.Sys().(*syscall.Stat_t)
if !ok {
return