X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fissh.c;h=fc834586fed135fdcda15ef774cbe60140efe4c0;hb=6b0310a64df542131c2f4abded39f35844235e4d;hp=15232bb990dbd7362439434e0bd74a851df19ccc;hpb=a5545de18b5d3762a1f29569a4b10ca5017506db;p=idzebra-moved-to-github.git diff --git a/isam/issh.c b/isam/issh.c index 15232bb..fc83458 100644 --- a/isam/issh.c +++ b/isam/issh.c @@ -1,6 +1,10 @@ +/* + * Excersizer-application for the isam subsystem. Don't play with it. + */ + #include #include -#include +#include #include #include @@ -139,8 +143,8 @@ int main() log_init(LOG_ALL, "issh", 0); - assert(common_resource = res_open("testres")); - + common_resource = res_open("testres"); + assert(common_resource); for (;;) {