elm map - fix module load craziness loading all elm modules
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 2 Sep 2015 10:20:04 +0000 (19:20 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 2 Sep 2015 10:20:04 +0000 (19:20 +0900)
commit9238f87e05ec891d87fb0080922df0f9e7e7e11f
tree38cbe1176dfcea28819a396fd9f80e86dc455822
parent7217133861bc380e63475f5756663cb462d1d94b
elm map - fix module load craziness loading all elm modules

so elm map loads every module it can find in a recursive dir walk of
all elm modules. this si nuts. this can accidentallly load OLD modules
and thats a recipe for disaster. so check module arch dir aagainst
module arch string to load the right version and be quiet if module
doesn thave the right symbols - it's the wrong module type.

@fix
src/lib/elm_map.c