--- libaitio/example/Attic/astvar.c 2011/02/10 22:01:33 1.2 +++ libaitio/example/Attic/astvar.c 2011/12/13 02:23:07 1.3 @@ -11,7 +11,7 @@ main(int argc, char **argv) return 1; } - str = ioVarAst(argv[1]); + str = ioStrAst(argv[1]); if (!str) { printf("#%d - %s\n", io_GetErrno(), io_GetError()); return 1;