Fix build issue for x64 26/18526/1
authorJean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Tue, 25 Mar 2014 09:18:19 +0000 (10:18 +0100)
committerJean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Tue, 25 Mar 2014 09:20:34 +0000 (10:20 +0100)
Change-Id: I9a074075aea5b92647e055d7dd227e9c444f7f1f
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
tool/src/ail_filter.c

index c5d1a29..7196980 100644 (file)
@@ -232,12 +232,12 @@ int main(int argc, char *argv[])
                { "taskmanage", 1, &(e.prop), E_AIL_PROP_X_SLP_TASKMANAGE_BOOL},
                { "multiple", 1, &(e.prop), E_AIL_PROP_X_SLP_MULTIPLE_BOOL},
                { "removable", 1, &(e.prop), E_AIL_PROP_X_SLP_REMOVABLE_BOOL},
-               { "appid", 1, &(e.prop), AIL_PROP_X_SLP_APPID_STR},
-               { "pkgid", 1, &(e.prop), AIL_PROP_X_SLP_PKGID_STR},
+               { "appid", 1, &(e.prop), E_AIL_PROP_X_SLP_APPID_STR},
+               { "pkgid", 1, &(e.prop), E_AIL_PROP_X_SLP_PKGID_STR},
                { "submode", 1, &(e.prop), E_AIL_PROP_X_SLP_SUBMODE_BOOL},
-               { "submodemainid", 1, &(e.prop), AIL_PROP_X_SLP_SUBMODEMAINID_STR},
-               { "installedstorage", 1, &(e.prop), AIL_PROP_X_SLP_INSTALLEDSTORAGE_STR},
-               { "domain", 1, &(e.prop), AIL_PROP_X_SLP_DOMAIN_STR},
+               { "submodemainid", 1, &(e.prop), E_AIL_PROP_X_SLP_SUBMODEMAINID_STR},
+               { "installedstorage", 1, &(e.prop), E_AIL_PROP_X_SLP_INSTALLEDSTORAGE_STR},
+               { "domain", 1, &(e.prop), E_AIL_PROP_X_SLP_DOMAIN_STR},
                { 0, 0, 0, 0 },
        };