From: Nirgal V. <con...@ni...> - 2011-02-07 22:16:25
|
... and here's a little clean up for kkd / mdb-props. It applies to github repository. mdb-props used to output a lot of debug messages. This is because we are using #ifdef MDB_DEBUG rather than #if MDB_DEBUG. Note that mdbtools.h #defines MDB_DEBUG 0. mdb-props used to want a 3rd argument, the name of the *MSysObject* column. It now defaults to "LvProp", that is the column containing the most useful information. I also fixed a few changes in the obsolete file prkkd.c. It's really not usefull, now that mdb-props works ok. But since I did it, you can merge nevertheless. Cheers |